Eomonth

Mr.Jay

New Member
Joined
Dec 25, 2009
Messages
47
Hi All,

am currently having problems using the EOMONTH function in excel 2003.

this is the formula that my colleague used to have and use but its working for him. when i got the file, everything went haywire!

=IF(J6="","",(EOMONTH(J6,1)))
=IF(L6="","",(EOMONTH(L6,0)))

i dont know what the issue is about
 

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
Hi All,

am currently having problems using the EOMONTH function in excel 2003.

this is the formula that my colleague used to have and use but its working for him. when i got the file, everything went haywire!

=IF(J6="","",(EOMONTH(J6,1)))
=IF(L6="","",(EOMONTH(L6,0)))

i dont know what the issue is about
An alternative to the EOMONTH function:

=IF(J6="","",DATE(YEAR(J6),MONTH(J6)+2,0))

=IF(L6="","",DATE(YEAR(L6),MONTH(L6)+1,0))
 
Upvote 0

Forum statistics

Threads
1,224,590
Messages
6,179,749
Members
452,940
Latest member
rootytrip

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