Calculation based on lowest price

  • Thread starter Thread starter vjohns158
  • Start date Start date
V

vjohns158

I have 5 different columns on my spreadsheet with different prices. I
want Excel to find the lowest price within those cells and multiply it
by another price I have designated. How do I do this?
 
=A1*MIN(B1:F1)

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

|I have 5 different columns on my spreadsheet with different prices. I
| want Excel to find the lowest price within those cells and multiply it
| by another price I have designated. How do I do this?
 
=MIN(rng)*other_value

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
=MIN(rng)*other_value

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)






- Show quoted text -

Thanks a ton, I just figured this out!
 
=A1*MIN(B1:F1)

--
Kind regards,

Niek Otten
Microsoft MVP - Excel


|I have 5 different columns on my spreadsheet with different prices. I
| want Excel to find the lowest price within those cells and multiply it
| by another price I have designated. How do I do this?

Thank you so much!
 

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

Similar Threads


Back
Top