Nested formula with 'or' statement
Closed
jutulu
jutulu
- Posts
- 34
- Registration date
- Monday March 10, 2014
- Status
- Member
- Last seen
- September 21, 2015
jutulu
- Posts
- 34
- Registration date
- Monday March 10, 2014
- Status
- Member
- Last seen
- September 21, 2015
Related:
- Nested formula with 'or' statement
- An if statement nested within another if statement will produce how many possible results? - Guide
- Excel data validation formula if statement - Forum - Excel
- Nested If Statement not working ✓ - Forum - Excel
- Formula to add 1 with IF statement ✓ - Forum - Excel
- EXCEL: Nested IF formula question ✓ - Forum - Excel
2 replies
Osama_bb11
Jun 17, 2014 at 02:00 AM
- Posts
- 22
- Registration date
- Sunday May 25, 2014
- Status
- Member
- Last seen
- September 25, 2014
Jun 17, 2014 at 02:00 AM
Hi Dear,
please try this
=IF(OR(C2<TODAY(),ISBLANK(A2)),"",C2-TODAY())
please try this
=IF(OR(C2<TODAY(),ISBLANK(A2)),"",C2-TODAY())
jutulu
Jun 22, 2014 at 07:10 PM
- Posts
- 34
- Registration date
- Monday March 10, 2014
- Status
- Member
- Last seen
- September 21, 2015
Jun 22, 2014 at 07:10 PM
It works absolutely great? Many thanks!