D
DA ACTREZ
I am trying to creat a formala that will express the value
of a cell if the corresponding one is empty. For example
I have the 12 months of the year in columns C-N. Cells
C4:N4 have various numbers in them. Cell p4 is the output
cell. But when D4 is empty I want the value of C4 to
appear in P4. So far I have this going up until I get to
July. This is the formula and fuction I use:
IF(C4=0,"",IF(D4=0,C4,IF(E4=0,D4,IF(F4=0,E4,IF(G4=0,F4,IF
(H4=0,G4,IF(I4=0,J4)))))))
Now this works up to 7 times within the fuction but I need
to figure out how get to work for the remainder of the
months. Please Help!!!!! Thank you!!!!!
DA ACTREZ
of a cell if the corresponding one is empty. For example
I have the 12 months of the year in columns C-N. Cells
C4:N4 have various numbers in them. Cell p4 is the output
cell. But when D4 is empty I want the value of C4 to
appear in P4. So far I have this going up until I get to
July. This is the formula and fuction I use:
IF(C4=0,"",IF(D4=0,C4,IF(E4=0,D4,IF(F4=0,E4,IF(G4=0,F4,IF
(H4=0,G4,IF(I4=0,J4)))))))
Now this works up to 7 times within the fuction but I need
to figure out how get to work for the remainder of the
months. Please Help!!!!! Thank you!!!!!
DA ACTREZ