B
Bob
I would like to automate the population of cells thru an
IF worksheet function. However, a nested IF Function
allows only a limited number of times it can be done. Here
is the formula that I tried:
=IF(Work Request = 99999, "99999", IF(Work Request =
99996, "99999", IF(Work Request = 217351, "11111", IF(Work
Request = 197010, "11111", IF(Work Request =
197018, "11111", IF(Work Request = 197025, "11111", IF
(Work Request = 197036, "11111", IF(Work Request =
197049, "11111"))))))))
The problem that I have is that there are about 40 work
request numbers in total.
Can this be done thru a macro instead? If so how or is
there another excel function I can use?
Thanks.
Bob
IF worksheet function. However, a nested IF Function
allows only a limited number of times it can be done. Here
is the formula that I tried:
=IF(Work Request = 99999, "99999", IF(Work Request =
99996, "99999", IF(Work Request = 217351, "11111", IF(Work
Request = 197010, "11111", IF(Work Request =
197018, "11111", IF(Work Request = 197025, "11111", IF
(Work Request = 197036, "11111", IF(Work Request =
197049, "11111"))))))))
The problem that I have is that there are about 40 work
request numbers in total.
Can this be done thru a macro instead? If so how or is
there another excel function I can use?
Thanks.
Bob