Gongalong Posted November 4, 2022 Posted November 4, 2022 Hi folks, I've got a very simple spreadsheet. On the first sheet I've got two columns where staff enter data. The first column is dates (formatted to be in dd-mmm-yyyy format), the second column is text. Those cells are then replicated on other sheets using = etc. For example on the second sheet a cell might say "='All Years'!A6" referring to the first sheet. The problem I've got is that even though there's no data in the first sheet the second sheet shows "00-Jan-1900" for a date field, and "0" for a text field. So it seems to be wanting to interpret the lack of data as a zero. Why?! Anyone know how I can get it to show a blank cell, just like the source data? Thanks
andy_b Posted November 4, 2022 Posted November 4, 2022 Complicated. https://support.microsoft.com/en-us/office/display-or-hide-zero-values-3ec7a433-46b8-4516-8085-a00e9e476b03 https://excel.tips.net/T002174_Returning_Zero_when_a_Referenced_Cell_is_Blank.html For the most part I use: =IF(ISBLANK(Sheet1!A2),"",Sheet1!A2) 1
Gongalong Posted November 4, 2022 Author Posted November 4, 2022 Complicated. Not sure if you're being sarcastic? But thanks for the answer!
andy_b Posted November 4, 2022 Posted November 4, 2022 Not sure if you're being sarcastic? But thanks for the answer! Not sarcastic Just something that should be simple - but Excel things 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now