Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
hello All,
please i need help to finish the below need function to look in "name" and "type" columns and fill the "price" column automatically as information data inside the sheet attached. thanks a lot in advance. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
Am Wed, 20 Nov 2013 14:04:02 +0000 schrieb eltyar: need function to look in "name" and "type" columns and fill the "price" column automatically as information data inside the sheet attached. In C3 try: =INDEX($I$1:$M$6,MATCH(A3,$I$1:$I$6,0),MATCH(B3,$I $2:$M$2,0)) and copy down Regards Claus B. -- Win XP PRof SP2 / Vista Ultimate SP2 Office 2003 SP2 /2007 Ultimate SP2 |
#3
![]() |
|||
|
|||
![]() Quote:
thanks alot it's working like charm. just one more thing i need to put "0" if any value in the function not found. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
Am Thu, 21 Nov 2013 08:46:35 +0000 schrieb eltyar: just one more thing i need to put "0" if any value in the function not found. if you use xl2007 or later: =IFERROR(INDEX($I$1:$M$6,MATCH(A3,$I$1:$I$6,0),MAT CH(B3,$I$2:$M$2,0)),0) for earlier versions try: If(Iserror(YourFormula);0;YourFormula) Regards Claus B. -- Win XP PRof SP2 / Vista Ultimate SP2 Office 2003 SP2 /2007 Ultimate SP2 |
#5
![]() |
|||
|
|||
![]() Quote:
|
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
User Function Question: Collect Condition in Dialog Box - But How toInsert into Function Equation? | Excel Programming | |||
LINKEDRANGE function - a complement to the PULL function (for getting values from a closed workbook) | Excel Worksheet Functions | |||
Excel - User Defined Function Error: This function takes no argume | Excel Programming | |||
Adding a custom function to the default excel function list | Excel Programming | |||
User-Defined Function pre-empting Built-in Function? How to undo???? | Excel Programming |