cheeseontoast101
Jul 12, 2022Copper Contributor
If statement to remove zeros help
Hi
I'm trying to write an if statement to remove any zeros that display when the cell in the other linked work book is blank. The cell in the other workbook with be filled with text not numbers or dates, however.
Here is my statement so far but it's returning a value error
=IF('[workbook1.xlsx]sheet1'!A1,'[workbook1.xlsx]sheet1'!A1,"")
How can I fix this?