Get rid of blank 0's in Blank columns

Coach_Olson

New Member
Joined
Jan 27, 2021
Messages
2
Office Version
  1. 365
Platform
  1. Windows
Hi all,

I'm trying to get blank cells when referencing to another cell using IFERROR. When I do so I keep getting a zero and not a blank cell. For context, I'm a strength and conditioning coach using excel for program templates, the cell I'm referencing is the Max of the lift and the other cell is the percentage of that lift I want to prescribe. Here is my formula

=IFERROR(IF(ISBLANK($I16),MROUND($E16*$J16,5),MROUND($E16*$I16,5)&"-"&MROUND($J16*$E16,5)),"")

Any help would be great and appreciated! Thank you!
 

Excel Facts

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.
0 for blanks.PNG
 
Upvote 0

Forum statistics

Threads
1,214,875
Messages
6,122,044
Members
449,063
Latest member
ak94

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