Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Received the following reply to earlier question (below).
Doesn't work. Can the above two statements be combined? Ie. If one cell (in another worksheet) = "Active" then lookup the values from the same worksheet. I've been trying: VLOOKUP(IF('Entry 1 - New Clients'!N2:N31="ACTIVE",'Entry 1 - New Clients'!A2,'Entry 1 - New Clients'! A2:O20,2,FALSE)) Returns ugly errors. Maybe Excel doesn't like the combination of both statements? Yes, just re-use the formula in another cell with a different column index =VLOOKUP('Entry 1 - New Clients'!A2,'Entry 1 - New Clients'!A2:O20,3,FALSE). note the ,3 not ,2 -- HTH RP (remove nothere from the email address if mailing direct) "Fiona" wrote in message ... Received advise previously on this (thanks). However, I need to look up entries in another separate worksheet and it won't work. I'm using: =VLOOKUP('Entry 1 - New Clients'!A2,'Entry 1 - New Clients'!A2:O20,2,FALSE). It returns the persons name (great) but I need to transfer across other details too. Basically I'm summarising one worksheet onto a specified format in another. In addition, I somehow want it to only show me those clients in 'Entry 1 - New Clients' if the corresponding column (N) has the entry of "Active". Is this possible?? Fiona .. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
make a vlookup using a variable path | Excel Worksheet Functions | |||
vlookup data hidden within worksheet | Excel Worksheet Functions | |||
Vlookup info being used without vlookup table attached? | Excel Worksheet Functions | |||
VLOOKUP statements | Excel Discussion (Misc queries) | |||
VLOOKUP not working | Excel Worksheet Functions |