Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=A1*MIN(B1:F1)
-- Kind regards, Niek Otten Microsoft MVP - Excel wrote in message ... |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? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=MIN(rng)*other_value
-- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) wrote in message ... 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? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this:
=A1*MIN(B1:F1) -- Biff Microsoft Excel MVP wrote in message ... 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? |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Dec 11, 4:26 pm, "Bob Phillips" wrote:
=MIN(rng)*other_value -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) wrote in message ... 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?- Hide quoted text - - Show quoted text - Thanks a ton, I just figured this out! |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Dec 11, 4:25 pm, "Niek Otten" wrote:
=A1*MIN(B1:F1) -- Kind regards, Niek Otten Microsoft MVP - Excel wrote in ... |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! |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
vjohns158,
Use the MIN() function: =MIN(Range) Using your exmple: =MIN(A2:A50)*2.50 wrote in message ... 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? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Price calculation - rounding | Excel Discussion (Misc queries) | |||
CF to highlight lowest price in row | Excel Worksheet Functions | |||
Price function difference in Output formula vis a vis Manual Calculation | Excel Worksheet Functions | |||
SUMIF function in "Price quote with tax calculation" templae | Excel Worksheet Functions | |||
How can I get the lowest price, second lowest etc. from a range o. | Excel Worksheet Functions |