I've got 2 columns in Excel, each containing "if" statements. The "if" statements are the following.
Column 1 = (IF((BOOKED<SHIP),(SHIP-BOOKED),0))
Column 2 = (IF((SHIP<BOOKED),(BOOKED-SHIP),0))
They both work. I'd like to know if they can be combined in one cell???
Thanks,
RookieDBO
Column 1 = (IF((BOOKED<SHIP),(SHIP-BOOKED),0))
Column 2 = (IF((SHIP<BOOKED),(BOOKED-SHIP),0))
They both work. I'd like to know if they can be combined in one cell???
Thanks,
RookieDBO