Chance Existing Excel formula to provide positive or negative result

JMC57

Board Regular
Joined
Apr 24, 2012
Messages
118
This formula is used to identify a change in inventory quantity on hand that is over the maximum desired quantity stated in =IF(K2-'Min_ Max_ QOH'!H2>1,(K2-'Min_ Max_ QOH'!H2),0) where difference in the numbers entered in K2 is subtracted from the number in H2 in sheet Min_ Max_ QOH'!H2

How do I get the result as a positive or negative number ? Currently only providing positive results . If the desired Max quantity is 25 and I enter 0 it returns 0 when I actually have -25.
Thank you in advance for your support
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
Try this:
Excel Formula:
=K2-'Min_ Max_ QOH'!H2
 
Upvote 0
Solution

Forum statistics

Threads
1,215,076
Messages
6,122,988
Members
449,093
Latest member
Mr Hughes

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