Hide contents in cells showing "FALSE"

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
Hi David,


Can you provide a small sample of data into the forum as most posters get a bit nervous clicking links.

Normally you can use =IF(logical_test,[value if true],[value if false]) so when your column has False results you could use eg =IF(A=B,B,"")
 
Upvote 0
BCDEFGHIJKLM
3 Date Invoice Number Primary Product Invoice Total Before Discount Gross Primary Product Value Nett Invoice Total Discount Amount Discount Percentage Bonus Applicable Gross Bonus Amount Share bonus
with Closer:
Bonus Amount Each
416 Jul 181324 $ 3,350.00 $ 2,699.00 $ 3,150.00 $ 200.007% Yes $ 107.96 Amanda $ 53.98
516 Jul 181325 $ 4,250.00 $ 3,999.00 $ 4,250.00 $ -0% Yes $ 159.96
61326 $ 4,250.00 $ 4,250.00 $ 3,800.00 $ 450.0011% No
71327 $ 2,999.00 $ 2,799.00 $ 2,700.00 $ 99.004% Yes $ 111.96
8 Bruce

<tbody>
</tbody>
Sheet1

Worksheet Formulas
CellFormula
I4=IF(H4="","", H4/F4)
J4=IF(I4="","",IF(I4<=9.999999%,"Yes","No"))
K4=IF(C4="","",IF(I4>10.01%,"",F4*4%))
M4=IFERROR(IF(L4="","",(K4/2)),"")

<tbody>
</tbody>

<tbody>
</tbody>
 
Upvote 0
Thanks RasGhul; I'll keep that in mind for future posts. :)
 
Upvote 0

Forum statistics

Threads
1,215,059
Messages
6,122,913
Members
449,093
Latest member
dbomb1414

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