Consider Blank Cell in Calculation

bumfart66

New Member
Joined
Aug 23, 2017
Messages
12
Office Version
  1. 365
Platform
  1. Windows
  2. MacOS
Date 1Date 2Number of Days from Handover
11/09/202345180
11/05/202311/09/2023123
17/05/202311/09/2023117
20/06/202311/09/202383
07/07/202311/09/202366
30/01/202311/09/2023224
08/08/202311/09/202334
07/09/202311/09/20234

Hello

If i dont have a Date 1 it returns 45180, how can i make this cell display text if there is no date 1 ? for example it would say "no date"
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
You haven't posted your formula, but you can check to see if the cell with the date is greater than zero, i.e.
=IF(Date1>0,your formula,"no date")
 
Upvote 1

Forum statistics

Threads
1,215,327
Messages
6,124,292
Members
449,149
Latest member
mwdbActuary

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