Excel formula

K

Kyle P.

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
 
P

Paul C

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
 
K

Kyle P.

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top