Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have tried several ways to identify a rows in a column with the first three
characters are the same "BSB". The data reads in the column like: ColA row 5 - BSB12345 row 6 - John Doe row 7 - date row 8 - blank row 9 - blank row 10 - BSB78945 row 11 - Jane Doe row 12 - date row 13 - blank row 14 - blank so forth - I need to identify only the rows that start with BSB with a "Yes", "No" . I have tried: =SEARCH("BSB*", A5,1) (this does not fill the other rows). =IF(ISTEXT(SEARCH("BSB*",A5)),1,0) (this did not work) =IF(ISTEXT(A5)="BSB*",1,0) (this did not work either) Thank you for any help you can provide. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can't find certain date in search | Excel Worksheet Functions | |||
search or find, and extract? | Excel Discussion (Misc queries) | |||
Find & Search Function | Excel Worksheet Functions | |||
Search and Find Macro | Excel Discussion (Misc queries) | |||
Can Search find 2 or more "/"? | Excel Discussion (Misc queries) |