Formula help

onewingdove

New Member
Joined
Jan 31, 2025
Messages
1
Office Version
  1. 365
Platform
  1. Windows
I attached a small clip of the cells I'm working with.

Ignoring the spacing between columns, let's call them Column A, Column B and Column C

What I'm trying to do is if:

Column A has a date, then Column C = Column A+7 days
Column A is blank, but Column B has a date, then Column C = Column B+7 days
If both Column A and Column B are blank, the Column C = blank

Closest I've been able to get:
=IF(ISBLANK(A1), B1+7, A1+7)

However, this does not account for BOTH being blank, which is what I'm trying to figure out.

There does not need to be a calculation if both Column A and Column B have dates, as only Column A or Column B are filled and never both
 

Attachments

  • spreadsheet.png
    spreadsheet.png
    2.8 KB · Views: 7

Excel Facts

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.

Forum statistics

Threads
1,226,113
Messages
6,189,045
Members
453,521
Latest member
Chris_Hed

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