Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Hi,
Can anyone advise me how I do a VLOOKUP if a cell Contains a certain word. The cells contain various sizes and either Standard, Secure or Secure Plus. i.e. 4Mbit/s Standard 4Mbit/s Secure 4Mbit/s Secure Plus 6Mbit/s Standard 6Mbit/s Secure 6Mbit/s Secure Plus 8Mbit/s Standard 8Mbit/s Secure 8Mbit/s Secure Plus 10Mbit/s Standard 10Mbit/s Secure 10Mbit/s Secure Plus 15Mbit/s Standard 15Mbit/s Secure What I need to do is if the cell selected contains say "Secure Plus", then do a lookup. Thanks DAWN |
#2
![]() |
|||
|
|||
![]()
Hi Dawn
One way, with data in A1 =IF(ISERROR(SEARCH("Secure Plus",A1)),"",your_lookup_formula) -- Regards Roger Govier "DAWN" wrote in message ... Hi, Can anyone advise me how I do a VLOOKUP if a cell Contains a certain word. The cells contain various sizes and either Standard, Secure or Secure Plus. i.e. 4Mbit/s Standard 4Mbit/s Secure 4Mbit/s Secure Plus 6Mbit/s Standard 6Mbit/s Secure 6Mbit/s Secure Plus 8Mbit/s Standard 8Mbit/s Secure 8Mbit/s Secure Plus 10Mbit/s Standard 10Mbit/s Secure 10Mbit/s Secure Plus 15Mbit/s Standard 15Mbit/s Secure What I need to do is if the cell selected contains say "Secure Plus", then do a lookup. Thanks DAWN |
#3
![]() |
|||
|
|||
![]() One method: =IF(ISERR(SEARCH("Secure Plus",A1)),"",VLOOKUP(A1,E1:F12,2)) DAWN Wrote: Hi, Can anyone advise me how I do a VLOOKUP if a cell Contains a certain word. The cells contain various sizes and either Standard, Secure or Secure Plus. i.e. 4Mbit/s Standard 4Mbit/s Secure 4Mbit/s Secure Plus 6Mbit/s Standard 6Mbit/s Secure 6Mbit/s Secure Plus 8Mbit/s Standard 8Mbit/s Secure 8Mbit/s Secure Plus 10Mbit/s Standard 10Mbit/s Secure 10Mbit/s Secure Plus 15Mbit/s Standard 15Mbit/s Secure What I need to do is if the cell selected contains say "Secure Plus", then do a lookup. Thanks DAWN -- Bryan Hessey ------------------------------------------------------------------------ Bryan Hessey's Profile: http://www.excelforum.com/member.php...o&userid=21059 View this thread: http://www.excelforum.com/showthread...hreadid=399407 |
#4
![]() |
|||
|
|||
![]()
Hi Dawn,
You can use a combination of the IF and VLOOKUP functions to achieve this. Here are the steps:
__________________
I am not human. I am an Excel Wizard |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
text to appear at top of cell | New Users to Excel | |||
Wrap text ceases to function in Excel if cell exceeds 9 lines | Excel Worksheet Functions | |||
Split Long Text Cell into Two Shorter Cells Without Splitting Word | Excel Discussion (Misc queries) | |||
Wrap text limits in Excel 2003 cell formatting | Excel Discussion (Misc queries) | |||
Cell set to wrap text and blank line -- fix? | Excel Discussion (Misc queries) |