Search : in
By :

VlOOKUP MIN value

Last answer on Mar 25, 2009 10:37:14 am GMT Kate, on Mar 25, 2009 4:23:45 am GMT 
 Report this message to moderators

Hello,
I have a spreadsheet showing the pricing of different products (Motorhomes)
Column A= Model
Column B= Chassis
Column C=Price

e.g.
motorhomeA Ford Transit $100,000
motorhomeA Mercedes $120,000
motorhomeA Fiat Ducato $115,000
motorhomeB Ford Transit $100,000
motorhomeB Mercedes $119,000
motorhomeB Fiat Ducato $113,000

On another sheet I have a summary page and want to lookup the model in the pricing sheet and return the cheapest (MIN) price for that model. Can anyone help?

Configuration: Windows Vista
Internet Explorer 7.0

Best answers for « VlOOKUP MIN value » in :
VB6 Finding the RGB values of a color Show VB6 Finding the RGB values of a color Dim R as integer Dim G as integer Dim B as integer Sub FindRGB(Col As Long) R = &HFF& And Col G = (&HFF00& And Col ) \ 256 B = (&HFF0000 And Col ) \ 65536 End Sub Note: Here...
How to convert a numeric value into english Word? ShowHow to convert a numeric value into english Word? To convert a numeric value into eng. Word, here is the formula you will need This is a post from the forum, thanks to rajput391 Below code enter in excel sheet: 1. Press Alt+F11 >...
Excel - Send value of cell to target ShowExcel - Send value of cell to target Issue Solution Note Issue Is it possible to send the value of a cell (copy and paste special) to another cell where the value would not be disturbed when the source value changes to '0'? My...
Javascript - Delete a field of a form when clicking (focus) ShowDelete a field from an Html form when clicking (focus) It is certainly happened to fall on an HTML form with values pre-filled for example describing the type of expected value. Though it may be useful under certain circumstances, if you have...
Spreadsheet - Formulas ShowIntroduction to Formulas The main use of a spreadsheet is to automate calculations, which means using cells to perform operations based on values in other cells. The spreadsheet recalculates all the values each time a change is made to the value of...

1

 tinychok, on Mar 25, 2009 10:37:14 am GMT

Hi,
try this link to understand the VLOOKUP Function:
http://excel.tips.net/Pages/T002610_Understanding_the_VLOOKU­P_Function.html

Reply to tinychok