Good Day to all of you smarter than me,
I need help... I am trying to do an either or formula and can't get it. Here are the details:
- In cell A1&2 I need a person to be able to enter Julian dates which translate to a calendar date (dd-mmm-yy) into B1&2 respectively. This portion is complete!
- In cell B3 I needs it to either SUM(B2-B1) if there are entries from the above formulas or make it read zero if B1&2 are blank. B3 can't be blank and I can't get it accomplished.
The current track I'm on and can't get to work:
B3: =IF(A3="",SUM(B2-B1),C3)
I can get it to sum or read zero but I can't get it to do an either or check and input.
Please help and thank you,
Gunz
I need help... I am trying to do an either or formula and can't get it. Here are the details:
- In cell A1&2 I need a person to be able to enter Julian dates which translate to a calendar date (dd-mmm-yy) into B1&2 respectively. This portion is complete!
- In cell B3 I needs it to either SUM(B2-B1) if there are entries from the above formulas or make it read zero if B1&2 are blank. B3 can't be blank and I can't get it accomplished.
The current track I'm on and can't get to work:
B3: =IF(A3="",SUM(B2-B1),C3)
I can get it to sum or read zero but I can't get it to do an either or check and input.
Please help and thank you,
Gunz