Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I would like to find the correct formulas for the next example:
at the column "A" i have all the items numbers, at the column "b" all the catalog numbers, at the colum "c" i have the cost of their respective item, and at the colum "d" i have all the descriptions of each items. -I would like a formula that after I wrote the Item number or catalog number at the column "E" row 3 can display his respective cost. -I would like a formula that after I wrote the Item number or catalog number at the column "E" row 3 can display his respective description. -- Thanks for you support and sorry for my english |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=VLOOKUP(cat_num,B:D,2,False)
=VLOOKUP(cat_num,B:D,3,False) -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "george24" wrote in message ... I would like to find the correct formulas for the next example: at the column "A" i have all the items numbers, at the column "b" all the catalog numbers, at the colum "c" i have the cost of their respective item, and at the colum "d" i have all the descriptions of each items. -I would like a formula that after I wrote the Item number or catalog number at the column "E" row 3 can display his respective cost. -I would like a formula that after I wrote the Item number or catalog number at the column "E" row 3 can display his respective description. -- Thanks for you support and sorry for my english |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to Evaluate Dynamic DDE Formulas | Excel Worksheet Functions | |||
Find formatting doesn't work: "Excel cannot find data" | Excel Discussion (Misc queries) | |||
World Cup tipping | Excel Worksheet Functions | |||
World Cup tipping | New Users to Excel | |||
HOW DO I CORRECT A CONDITION IN WHICH ALL FORMULAS ACT LIKE TEXT? | Excel Worksheet Functions |