Hey, y'all! Working on a spreadsheet and need this to display the number in Sheet!A1, but if it's 0, show $0 instead of just "$".
The full context while taking out potentially sensitive info is:
= "(Example Text "&TEXT('Example Page'!J34,"$#,###")&" + Example Text "&TEXT('Example Page'!K34,"$#,###")&"
I tried not using &TEXT and just referencing the cell directly which works for displaying $0 instead of just $, but it removed the thousands separator commas when there are values > 0.
Any guidance is much appreciated!
Kind regards.
Bookmarks