ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   formula to calculate value based on threshold (https://www.excelbanter.com/excel-discussion-misc-queries/451876-formula-calculate-value-based-threshold.html)

Excel Dumbo

formula to calculate value based on threshold
 
1 Attachment(s)
Friends,

Please see attached file and if you could please suggest a single formula that will provide the value and

two separate formula that will shows the thresholds separately

thank you

Claus Busch

formula to calculate value based on threshold
 
Hi Joseph,

Am Mon, 15 Aug 2016 23:20:17 +0100 schrieb Excel Dumbo:

Please see attached file and if you could please suggest a single
formula that will provide the value and

two separate formula that will shows the thresholds separately


in G2 try:

=IF(F2<=2947000,100+MAX(0,F2-482000)*0.016,39540+MAX(0,F2-2947000)*0.02)


Regards
Claus B.
--
Windows10
Office 2016

Excel Dumbo

Thank you Claus. There is a mistake in my look up table. It should have referred to as $482000 and not up to $482000.

SO land values of $3770 and $366024 will have "0" values

how can we tweak your formula then ?

Claus Busch

formula to calculate value based on threshold
 
Hi Thomas,

Am Thu, 18 Aug 2016 23:15:58 +0100 schrieb Excel Dumbo:

Thank you Claus. There is a mistake in my look up table. It should have
referred to as $482000 and not up to $482000.


try:
=IF(F2<482000,0,IF(F2<=2947000,100+MAX(0,F2-482000)*0.016,39540+MAX(0,F2-2947000)*0.02))


Regards
Claus B.
--
Windows10
Office 2016

Excel Dumbo

thank you very much claus


All times are GMT +1. The time now is 12:04 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com