hide negative value

annadinesh

Board Regular
Joined
Mar 1, 2017
Messages
105
Dear Experts

my all cell contains formula, and whenever I put discount value on upper cell , the below value s are showing in Negative


How to hide negative value


kindly support




Discount
5%​
Extended Warranty (incl. TAX)Powertrain Warranty*(incl TAX)
3867.99​
-171.15​
4297.39​
2970.01​
4735.83​
3290.97​
5156.19​
-171.15​
6202.57​
-171.15​
7296.41​
5162.45​
8016.22​
-171.15​
8752.98​
6226.81​
19429.62​
-171.15​
5395.38​
3790.11​
5940.09​
-171.15​
5962.17​
-171.15​
15284.38​
-171.15​
11218.64​
-171.15​
 

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
Do you want to remove "-" symbols or do you want to hide whole result starts with "-" symbol?
 
Upvote 0
I dont know which formulas you used in cells. Can you use xl2bb to share your sheet?
 
Upvote 0
I dont know which formulas you used in cells. Can you use xl2bb to share your sheet?
formula using in cells

=IF(J1<90,HLOOKUP(D5,EW90DAYS!B2:AA43,22,0)*1.18-N10,HLOOKUP(D5,Database!B2:AA43,22,0)*1.18-N10)
 
Upvote 0
Please provide your excel data via xl2bb. I dont know how to use your formula.
 
Upvote 0
See if this helps

Excel Formula:
=IF(IF(J1<90,HLOOKUP(D5,EW90DAYS!B2:AA43,22,0)*1.18-N10,HLOOKUP(D5,Database!B2:AA43,22,0)*1.18-N10)<0,"",IF(J1<90,HLOOKUP(D5,EW90DAYS!B2:AA43,22,0)*1.18-N10,HLOOKUP(D5,Database!B2:AA43,22,0)*1.18-N10))
 
Upvote 0
Solution

Forum statistics

Threads
1,215,331
Messages
6,124,312
Members
449,152
Latest member
PressEscape

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