Hello there,
I have 4 columns with a table:
1. Date1
2. Date2 (reference date1)
3. Inv. Payment terms (alpha numeric)
4. Due Date
In the Due Date column I have the following formula:
I am getting #VALUE! error on the cells where cell 'Date1' is empty.
Attached is the workbook for your reference.
Looking forward for your help
Regards
Don
I have 4 columns with a table:
1. Date1
2. Date2 (reference date1)
3. Inv. Payment terms (alpha numeric)
4. Due Date
In the Due Date column I have the following formula:
Code:
=IF(ISBLANK([Date1]),"",[Date1]) + IF(ISNUMBER([Inv. Payment Terms]), [Inv. Payment Terms],0)
I am getting #VALUE! error on the cells where cell 'Date1' is empty.
Attached is the workbook for your reference.
Looking forward for your help
Regards
Don