Hi, I'm new to excel and am having problems figuring this formula out. Ok, so I would like to write a formula that if on sheet2 I have text in one cell, call it A3, on sheet1 it will display the value of the next two cells, B3 & C3, on sheet1 looking like this, B3 / C3. However if there is not a number in C3 I would like to just display the value in B3 on sheet1 without the /. This is what I came up with but it displays the value like this B3/. =IF(ISTEXT('sheet2'!A5),IF('sheet2'!I5>0,'sheet2'!H5&"/"&'sheet2'!I5,""),"").
Bookmarks