Could you help me adjust formula?

Sean15

Well-known Member
Joined
Jun 25, 2005
Messages
721
Office Version
  1. 2010
Platform
  1. Windows
Hi:

Could you help me adjust formula in D8?

BUDGET 2024.xlsx
CDE
212/1/2024
3
4
5
6
7
8#VALUE!
9
10D8 should be Bank bal at 12/31/24
Sheet2
Cell Formulas
RangeFormula
D8D8="Bank bal at " &EOMONTH(TEXT(E2,0),"mm/dd/yy")
 
Hello, try:

Excel Formula:
="Bank bal at "&TEXT(EOMONTH(E2,0),"mm/dd/yy")
 
Upvote 0
Solution
if its a real date in E2
then
="Bank bal at " &TEXT(EOMONTH(E2,0),"mm/dd/yy")
 
Upvote 0

Forum statistics

Threads
1,226,834
Messages
6,193,214
Members
453,779
Latest member
C_Rules

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