Need formula to get EOMONTH

ArcticAce

New Member
Joined
Feb 23, 2018
Messages
32
How can I change this formula to get the EOMONTH?


=IF(AND([@[Discussion]]>=$AQ$3,[@[Discussion]]<=$AQ$4),$E4+45,[@[Discussion1]]-89)


If I use this formula I don't get the proper EOMONTH, so for FEB, I get 3/3/2018.

It works ok for JAN, but I need the proper EOMONTH for the entire column.

Thanks in advance for your assistance.
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
I'm pretty sure there's an End of month function, which I assume you know since you used the right name (EOMONTH). Does that not work for some reason?
 
Upvote 0
Maybe

=IF(AND([@Discussion]>=$AQ$3,[@Discussion]<=$AQ$4),$E4+45,EOMONTH([@Discussion1]-99,0))
 
Upvote 0
Tetra201, thank you and that worked perfectly. Now I have a new issue. Can I make this a multiple if function. My situation is that the discussions happen monthly, but don't start until the employee completes training. The cycle starts in October, and ends in November. There are special stipulations for any employee starting after 7/4/2018, so AQ3=7/4/2018 and AQ4=9/30/2018. The issue is any employee starting after the month of Oct will have a discussion due in December, so I am trying to get November to not show a date, if that makes since. I have AV3=11/1/2018 and AV4=7/3/2018, to use in the second IF, if that is part of what I need.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,398
Latest member
rjsteward

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