hi,
how i can vlookup the below';
"##gbws-vm111"
but in the other spreadsheet it states it as: "gbws-vm111"
I want the vlookup to ignore the ## .
hows can i do the above.
thank in advance.
hi,
how i can vlookup the below';
"##gbws-vm111"
but in the other spreadsheet it states it as: "gbws-vm111"
I want the vlookup to ignore the ## .
hows can i do the above.
thank in advance.
Use SUBSTITUTE. Assuming your lookup value is in A1, use:
=VLOOKUP(SUBSTITUTE(A1,"#",""),lookuprange, column, false)
Last edited by romperstomper; 08-24-2010 at 06:33 AM. Reason: typo - change . to ,
Everyone who confuses correlation and causation ends up dead.
Basically in spreadsheet 1 i have the following:
Column A1 = ##gbws-vm111
column B1 = VLOOKUP......THIS IS WHERE THE FORMULA AND ANSWER WOULD GO---the answer would be from spreadsheet 2 column B = powered on.
Spreadsheet 2 has the following:
Column A1 = gbws-vm111
column B1 = powered on
I hope im not to confusing. how would i do the above
thanks again
As I said:
=VLOOKUP(SUBSTITUTE(A1,"#",""),sheet2!A:B,2,false)
that didnt work.
the lookup is not in sheet 2, its in a new spreadsheet.
i used the below formula and it doesnt want, the answer is #N/A
=VLOOKUP(SUBSTITUTE(A1,"#",""),'[199 VDI Kitlist Master (version 1).xls]199 Kitlist VDI VSI'!$A:$C,3,FALSE)
If you get #N/A then the value doesn't match.
sorry its worked. my mistake
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks