thunderkid
Technical User
I am running into limitations with IF worksheet function--allows seven nested IF statement. I have budget worksheet and I want the balance to be read based on month of year. Here is an example:
B2 =IF(A4="JAN",E1,IF(A4="FEB",E2,IF(A4="MAR",E3,IF(A4="apr",E4,IF(A4="MAY",E5,IF(A4="JUN",E6,IF(A4="JUL",E7)))))))
A4 = JAN
E1 = 124
E2 = 125
E3 = 126
E4 = 127
E5 = 128
E6 = 129
E7 = 130
Using the IF worksheet function as described above I have to have redo formula in B2 in July to read the rest of the months.
Does anyone know another way to build formula (within one cell) that will allow me to read the balance from all 12 months?
Thanks
B2 =IF(A4="JAN",E1,IF(A4="FEB",E2,IF(A4="MAR",E3,IF(A4="apr",E4,IF(A4="MAY",E5,IF(A4="JUN",E6,IF(A4="JUL",E7)))))))
A4 = JAN
E1 = 124
E2 = 125
E3 = 126
E4 = 127
E5 = 128
E6 = 129
E7 = 130
Using the IF worksheet function as described above I have to have redo formula in B2 in July to read the rest of the months.
Does anyone know another way to build formula (within one cell) that will allow me to read the balance from all 12 months?
Thanks