month end IF formula help please

Christine81

New Member
Joined
Nov 5, 2021
Messages
11
Office Version
  1. 365
Platform
  1. Windows
hello you lovely helpful people

im trying and failing with my limited excel skills to get the formula to say if cell W1 is blank return the end of month date in cell AK1 but if there is a date in cell W1 return thast in cell AK1 , i know i need an IF formula but im struggling can someone help please here is a snippint of what im trying to achieve, im running hires and if the item is still on hire i want EOMONTH in cell AK but if its got an off hire date i want that date in cell AK so that cell AL then works out for me the number of working days between period start and period end

1639731681757.png
 

Attachments

  • 1639731597273.png
    1639731597273.png
    8.9 KB · Views: 6

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
Hi, like this maybe.

Excel Formula:
=IF(ISNUMBER(W1),W1,EOMONTH(TODAY(),0))
 
Upvote 0

Forum statistics

Threads
1,214,812
Messages
6,121,702
Members
449,048
Latest member
81jamesacct

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