ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Excel formula (https://www.excelbanter.com/excel-discussion-misc-queries/261273-excel-formula.html)

Kyle P.

Excel formula
 
I am trying to set up a spreadsheet to show the costs, after rebates, for a
solar array. They rebate for New York is $1.75 per watt. That would be an
easy formula of: =the number of watts*1.75, or =(C9*1000)*1.75 on my
spreadsheet.

However, they only reimburse a customer up to 5000 watts. what formula can I
use to get excel to properly calculate this cell?

Thanks for any help possible,
Kyle Parenzan

Roger Govier[_8_]

Excel formula
 
Hi Kyle

=MAX(5000,(C9*1000))*1.75
--
Regards
Roger Govier

Kyle P. wrote:
I am trying to set up a spreadsheet to show the costs, after rebates, for a
solar array. They rebate for New York is $1.75 per watt. That would be an
easy formula of: =the number of watts*1.75, or =(C9*1000)*1.75 on my
spreadsheet.

However, they only reimburse a customer up to 5000 watts. what formula can I
use to get excel to properly calculate this cell?

Thanks for any help possible,
Kyle Parenzan


Paul C

Excel formula
 
Use MIN
=MIN((C9*1000)*1.75 ,5000*1.75))

Once C9*1000 exceeds 5000 W the 5000*1.75 will be the smaller of the two

--
If this helps, please remember to click yes.


"Kyle P." wrote:

I am trying to set up a spreadsheet to show the costs, after rebates, for a
solar array. They rebate for New York is $1.75 per watt. That would be an
easy formula of: =the number of watts*1.75, or =(C9*1000)*1.75 on my
spreadsheet.

However, they only reimburse a customer up to 5000 watts. what formula can I
use to get excel to properly calculate this cell?

Thanks for any help possible,
Kyle Parenzan


Kyle P.[_2_]

Excel formula
 
Thanks Paul,
I hate when I miss a simple, creative way to problem solve! Really
shoulda seen that, let's call it inexperience. :)

Thanks Again,

Kyle Parenzan

"Paul C" wrote:

Use MIN
=MIN((C9*1000)*1.75 ,5000*1.75))

Once C9*1000 exceeds 5000 W the 5000*1.75 will be the smaller of the two

--
If this helps, please remember to click yes.


"Kyle P." wrote:

I am trying to set up a spreadsheet to show the costs, after rebates, for a
solar array. They rebate for New York is $1.75 per watt. That would be an
easy formula of: =the number of watts*1.75, or =(C9*1000)*1.75 on my
spreadsheet.

However, they only reimburse a customer up to 5000 watts. what formula can I
use to get excel to properly calculate this cell?

Thanks for any help possible,
Kyle Parenzan


Roger Govier[_8_]

Excel formula
 
oops!

Meant to write MIN
=MIN(5000,(C9*1000))*1.75
--
Regards
Roger Govier

Roger Govier wrote:
Hi Kyle

=MAX(5000,(C9*1000))*1.75
--
Regards
Roger Govier

Kyle P. wrote:
I am trying to set up a spreadsheet to show the costs, after rebates,
for a solar array. They rebate for New York is $1.75 per watt. That
would be an easy formula of: =the number of watts*1.75, or
=(C9*1000)*1.75 on my spreadsheet.

However, they only reimburse a customer up to 5000 watts. what formula
can I use to get excel to properly calculate this cell?

Thanks for any help possible,
Kyle Parenzan



All times are GMT +1. The time now is 01:35 PM.

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