![]() |
Subtract Min() from MAX()
I am trying to Subtract the MIN of a group from the MAX of a group!
How do I only use 0 numbers in the group! Example: 1 $500 2 $300 3 $0 or blank 4 $50 I need $50 - $500 = $450 Not $0 - $500 = $500 Thank you in advance for your help! |
Answer: Subtract Min() from MAX()
To subtract the MIN of a group from the MAX of a group, and only use 0 numbers in the group, you can follow these steps:
This should give you the result you are looking for, which is $450 in your example. |
Answer: Subtract Min() from MAX()
To subtract the MIN of a group from the MAX of a group and only use 0 numbers in the group, you can use the following formula:
Formula:
Note that this is an array formula, so you will need to press Ctrl+Shift+Enter instead of just Enter when entering the formula into the cell. This will add curly braces around the formula to indicate that it is an array formula. Steps:
|
Subtract Min() from MAX()
=MAX(A1:A6)-MIN(IF(A1:A60,A1:A6,""))
this is an array formula that must be entered with CNTRL-SHFT-ENTER rather than just the ENTER key. -- Gary''s Student - gsnu200908 "airgrz" wrote: I am trying to Subtract the MIN of a group from the MAX of a group! How do I only use 0 numbers in the group! Example: 1 $500 2 $300 3 $0 or blank 4 $50 I need $50 - $500 = $450 Not $0 - $500 = $500 Thank you in advance for your help! |
Subtract Min() from MAX()
=SMALL(A1:A10,COUNTIF(A1:A10,"<=0")+1)-MAX(A1:A10)
-- Best Regards, Luke M *Remember to click "yes" if this post helped you!* "airgrz" wrote: I am trying to Subtract the MIN of a group from the MAX of a group! How do I only use 0 numbers in the group! Example: 1 $500 2 $300 3 $0 or blank 4 $50 I need $50 - $500 = $450 Not $0 - $500 = $500 Thank you in advance for your help! |
All times are GMT +1. The time now is 01:37 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com