Cell to override another based on value

anaturenut

New Member
Joined
May 25, 2015
Messages
1
Any help would be greatly appreciated. I have been trying to figure this out for a while now. Thanks in advance for helping me out.

My Headings for each column are: Return Date, Reminder Date and Received Date.
The return date represents when I want something back and could be any date from now to infinity
I have a formula in B2 which says if no date is in A2, then -. If date is typed in on A2, then A2 minus 5 days. So far this formula works.

I am having problems placing a formula in cell B2 to put in the reminder date if a date is in A2 BUT if I type a date in C2, I want B2 to override this and say "N/A" (or, in essence, I don't need to send out a reminder).



A1:Return Date (column header)
B1: Reminder Date (column header)
C1: Received Date (column header)
A2: (No formula in this cell)
B2: =IF(ISBLANK(A2),"-",A2-5)
C2: (No formula in this cell)
 
Last edited:

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"

Forum statistics

Threads
1,203,538
Messages
6,055,995
Members
444,839
Latest member
laurajames

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