Sum days to a calculated Date

garden_rael

Board Regular
Joined
Apr 1, 2008
Messages
100
I had a problem summing a number of days to a calculated date

I tried several ways but if i generate a date from another date already included in the table and then i try to sum a number of days to the generated date, it shows error

for example

DATE1: included in the table, example 07/01/2008

DATE2: [DATE1]+2 (this works)

now if i try to sum a number of days to this date it shows error

DATE3: [DATE2]+1


Consider that i must do it this way, there are several conditions involved and i can't put the full formula together, I NEED THE 3 DATES AND IF I PUT THE WHOLE FORMULA TOGETHER IT WOULD BE COMPLETELY HUGE

Any idea why is this error showing?


Thank you
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
Could you please post the solution here and in all the other forums you crossposted in?:)
 
Upvote 0
Ok

DATE1 is included in the formula

DATE2 is calculated with certain conditions (this works and it's easy)

DATE3 would

DATE3:IIF(CONDITIONS,DATEADD("D",3,[DATE2]),DATE2)

my formula is way bigger than that, but that's the core of the formula
 
Upvote 0

Forum statistics

Threads
1,213,511
Messages
6,114,054
Members
448,543
Latest member
MartinLarkin

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top