=IF("Vol."&M20="Vol.0","","("Vol.&M20")")
So if cell is Vol.0 make it blank otherwise make it original text
=IF("Vol."&M20="Vol.0","","("Vol.&M20")")
So if cell is Vol.0 make it blank otherwise make it original text
Had to make another column
=IF(I20="Vol.0","",I20)
Can it be done in the original column?
you can't have a formula and value in same cell (which is my reading of your post).
=IF(M20=0,"","(Vol."&M20&")")
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks