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

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying

Norie

Well-known Member
Joined
Apr 28, 2004
Messages
76,358
Office Version
  1. 365
Platform
  1. Windows
Could you please post the solution here and in all the other forums you crossposted in?:)
 
Upvote 0

garden_rael

Board Regular
Joined
Apr 1, 2008
Messages
100
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,190,878
Messages
5,983,366
Members
439,841
Latest member
goodwillhunting

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
Top