Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
i want to search a cell that has data values such as 2301, 2303, 1101 and
place in another cell a location. all values that end in 01 would be Gainesville as an example. I just can not remember how to wildcard for the 01 search. this is what I am have tried: =IF(B3=??01,"Gainesville","not gainesville") |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You can do it like this:
=IF(RIGHT(B3,2)="01","Gainesville","not gainesville") Hope this helps. Pete On Jul 1, 4:03*pm, Billy Craig <Billy wrote: i want to search a cell that has data values such as 2301, 2303, 1101 and place in another cell a location. *all values that end in 01 would be Gainesville as an example. *I just can not remember how to wildcard for the 01 search. * this is what I am have tried: =IF(B3=??01,"Gainesville","not gainesville") |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pulling multiple values from a list based on a wildcard search value? | Excel Worksheet Functions | |||
sum if wildcard | New Users to Excel | |||
How do I search excel spreadsheets using multiple search criteria. | Excel Worksheet Functions | |||
wildcard use in formulas | Excel Worksheet Functions | |||
Wildcard search functions within Vlookup | Excel Worksheet Functions |