If I have to post examples, I will, but I'm going to try and keep this minimal :
=E3&IF(I3=0,"",", "&I3&"% of cross sectional area")&IF(AND(G3>0,H3=0),", at "&G3&" o'clock","")&IF(AND(G3>0,H3>0),", from "&G3&" to "&H3&" o'clock","")&IF(J3>0,", "&J3&"""","")
Is returning, as an example,
Water Level, 30% of cross sectional area, from to o'clock
The 'from to o'clock' is from the third &IF, G3>0,H3>0. The problem is, both those cells are empty, and I want it to just return nothing. It should just be
Water Level, 30% of cross sectional area
I can't seem to get the from to o'clock to go away.
Bookmarks