N
natei6
Hi All,
=IF(SUM(H2:H4)>0,G2&" # "&H2&", "&G3&" # "&H3&", "&G4&" # "&H4,"Ente
Job Numbers On Cutsheet") This is the formula I am using right now. I
gives me these results: "Chip # 23, MDF # 24, 2 Side # 25". This work
Fine as long as H2:H4 all have a value greater than zero, but if one o
two of the cells are blank, I don't want the corrosponding info. Ho
do I write the formula to only show for example "Chip # 23" if H3:H
are blank. This is what I have tried so far, no success.
=IF(H2>0,G2&" # "&H2),IF(H3>0,G3&" # "&H3&", "))IF(H4>0,G4&"
"&H4))),"Enter Job Numbers On Cutsheet")
Any help appreciated
Nathan Sargean
=IF(SUM(H2:H4)>0,G2&" # "&H2&", "&G3&" # "&H3&", "&G4&" # "&H4,"Ente
Job Numbers On Cutsheet") This is the formula I am using right now. I
gives me these results: "Chip # 23, MDF # 24, 2 Side # 25". This work
Fine as long as H2:H4 all have a value greater than zero, but if one o
two of the cells are blank, I don't want the corrosponding info. Ho
do I write the formula to only show for example "Chip # 23" if H3:H
are blank. This is what I have tried so far, no success.
=IF(H2>0,G2&" # "&H2),IF(H3>0,G3&" # "&H3&", "))IF(H4>0,G4&"
"&H4))),"Enter Job Numbers On Cutsheet")
Any help appreciated
Nathan Sargean