How can I get Excel to recongnize the displayed number value from a EOMONTH command?

furstukin

Board Regular
Joined
Apr 22, 2011
Messages
71
I have a spreadsheet that tells me the start of the fiscal month in one cell (F3) and in another cell (H3) tells me the number of days in that fiscal month by using a "=EOMONTH(F3,0)" formula. Currently I have to take the number displayed in H3 and manually enter it into another cell so my sheet will properly calculated the remaining days of the month (anything after 28).

So is there a way to get excel to just recognize the number my formula in H3 displays? Currently if I copy value it gives me the value for the date that the end of the month falls on. For instance I have it set to 6/22/11 for the fiscal month and the EOMONTH is 6/30/11 so the value displaed is 40724. I have also tried "=TEXT(H3,%)" where % is about any format I could think of to try but it never works.

Any help is appreciated. Thanks
 

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
If you just want the day number, then =DAY(H3)
 
Upvote 0

Forum statistics

Threads
1,224,503
Messages
6,179,136
Members
452,890
Latest member
Nikhil Ramesh

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