removing 0s from output and cell staying in date format

jbrown021286

Board Regular
Joined
Mar 13, 2023
Messages
61
Office Version
  1. 365
Platform
  1. Windows

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
You could change the formulas in column A to:
Excel Formula:
=IF('[Daily Service Manager Report 2024.xlsx]Feb. 24 '!A1="","",'[Daily Service Manager Report 2024.xlsx]Feb. 24 '!A1)
or
Excel Formula:
=LET(x,'[Daily Service Manager Report 2024.xlsx]Feb. 24 '!A1,IF(x="","",x))
 
Upvote 0
Solution
try:

You can save a little typing and clutter by putting @Joe4 's formula in a LET() FUNCTION
Excel Formula:
=LET(a,'[Daily Service Manager Report 2024.xlsx]Feb. 24 '!A1="",IF(a="","",a))
 
Upvote 0
try:

You can save a little typing and clutter by putting @Joe4 's formula in a LET() FUNCTION
Excel Formula:
=LET(a,'[Daily Service Manager Report 2024.xlsx]Feb. 24 '!A1="",IF(a="","",a))
Ah, you must have missed that I added that to my original post a minute or two after replying initially.
 
Upvote 0
Ah, you must have missed that I added that to my original post a minute or two after replying initially.
@Joe4 , Thanks! If you want, you may delete my post to avoid confusion.
 
Upvote 0
@Joe4 , Thanks! If you want, you may delete my post to avoid confusion.
No need! No worries.
Sometimes if people see multiple people posting similar answers, they know it is a good one they may want to consider!
 
Upvote 0

Forum statistics

Threads
1,215,095
Messages
6,123,072
Members
449,093
Latest member
ripvw

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