elemexcel

New Member
Joined
Aug 31, 2018
Messages
7
Hello

I need help with the OFFSET formula please.

I have a list of dates - for ease lets use the following -

01/10/2018
01/11/2018
03/12/2018
02/01/2019

I am attempting to have a list, whereby if I change the list to say 01/11/2018, another cell will change to the next date, if it >TODAY()

For example - if I change the list to 01/10/2018, the other cell value would change to 01/11/2018 as today's date is greater than the previous date (01/10/2018) but if I change the list to 01/11/2018 then it would remain static at 01/11/2018 and not jump to 03/12/2018.

I have the following -

=IF(BG35>TODAY(),OFFSET(CA4,-1,0,1,0))

However it is clearly wrong and probably not detailed enough therefore any help would be very much appreciated as this is the first time with the OFFSET function.

Many, many thanks!

<colgroup><col></colgroup><tbody>
</tbody>
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
So I set the value below "Start" as the date to change. Today starts at A2

TodayStart+ 1 days+ 2 days
303/10/2018 09/10/2018 10/10/2018 11/10/2018

<colgroup><col span="2"><col span="2"></colgroup><tbody>
</tbody>

the formula for +1 days (C3) =IF($B$3>$A$3,$B$3+1,"N/A"), for +2 days (C4) =IF($B$3>$A$3,$B$3+2,"N/A"). Theses cells need to be formatted as dates.

Hope this helps
 
Upvote 0

Forum statistics

Threads
1,215,222
Messages
6,123,704
Members
449,118
Latest member
MichealRed

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