Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Tengo una tabla dinamica y no se como hacer una busqueda con la función
BUSCARV, para que dando yo dos comandos me de el resultado. I have a list and I don't know how to search for a result by using FINDV and givin two commands instead of one! PLEASE HELP! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Ger,
Perahaps, rather than VLookup(BUSCARV) you could use a combimation of the Index (INDICE) and Match (COINCIDIR) functions. See, for example, a solution recently posted by Bob Phillips to a similar question: http://tinyurl.com/aaen9 In his response, Bob suggests a formula : =INDEX(C1:C100,MATCH(M1&M2,A1:A100&B1:B100,0)) In your Spanish version, this formula equates to: =INDICE(C1:C100;COINCIDIR(M1&M2;A1:*A100&B1:B100;0 )) where M1 and M2 are two lookup values. Possibly you could adapt this to your situation. --- Regards, Norman "Ger" wrote in message ... Tengo una tabla dinamica y no se como hacer una busqueda con la función BUSCARV, para que dando yo dos comandos me de el resultado. I have a list and I don't know how to search for a result by using FINDV and givin two commands instead of one! PLEASE HELP! |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Norman,
translateIT working ok for you? <VBG -- keepITcool | www.XLsupport.com | keepITcool chello nl | amsterdam Norman Jones wrote : Hi Ger, Perahaps, rather than VLookup(BUSCARV) you could use a combimation of the Index (INDICE) and Match (COINCIDIR) functions. See, for example, a solution recently posted by Bob Phillips to a similar question: http://tinyurl.com/aaen9 In his response, Bob suggests a formula : =INDEX(C1:C100,MATCH(M1&M2,A1:A100&B1:B100,0)) In your Spanish version, this formula equates to: =INDICE(C1:C100;COINCIDIR(M1&M2;A1:*A100&B1:B100;0 )) where M1 and M2 are two lookup values. Possibly you could adapt this to your situation. --- Regards, Norman "Ger" wrote in message ... Tengo una tabla dinamica y no se como hacer una busqueda con la función BUSCARV, para que dando yo dos comandos me de el resultado. I have a list and I don't know how to search for a result by using FINDV and givin two commands instead of one! PLEASE HELP! |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi KeepITcool,
Yes, indeed - as per my private email many moons ago! --- Regards, Norman "keepITcool" wrote in message .com... Norman, translateIT working ok for you? <VBG -- keepITcool | www.XLsupport.com | keepITcool chello nl | amsterdam Norman Jones wrote : Hi Ger, Perahaps, rather than VLookup(BUSCARV) you could use a combimation of the Index (INDICE) and Match (COINCIDIR) functions. See, for example, a solution recently posted by Bob Phillips to a similar question: http://tinyurl.com/aaen9 In his response, Bob suggests a formula : =INDEX(C1:C100,MATCH(M1&M2,A1:A100&B1:B100,0)) In your Spanish version, this formula equates to: =INDICE(C1:C100;COINCIDIR(M1&M2;A1:*A100&B1:B100;0 )) where M1 and M2 are two lookup values. Possibly you could adapt this to your situation. --- Regards, Norman "Ger" wrote in message ... Tengo una tabla dinamica y no se como hacer una busqueda con la función BUSCARV, para que dando yo dos comandos me de el resultado. I have a list and I don't know how to search for a result by using FINDV and givin two commands instead of one! PLEASE HELP! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
como aumentar um valor numa célula picando só com o rato | Excel Discussion (Misc queries) | |||
Tabela Dinamica | Excel Worksheet Functions | |||
EXCEL Dinamica Tabs | New Users to Excel | |||
Determinar o valor max | Excel Discussion (Misc queries) | |||
Como achar um determinado valor em uma coluna, por meio de fórmula | Charts and Charting in Excel |