![]() |
Search one cell for same data in another cell
I need a formula that can search a string of text in one cell for the data that is returned in another cell.
Example: A2: 9/26/2010 follow up B2: NAME C2: Today() "9/26/2010" D2: C2 formated to read today's date as DD "26" Cells C2 and D2 will update daily as the dates change. I need E2 to search anywhere in A2 for the value in D2 and return the value in B2 if true. Any help would be greatly appreciated!! |
Quote:
Dates have serial numbers in excel and it may be difficult what has to be done in your question. Unless, in column E, every cell has =TEXT(A2,"DD") then F2 would have the formula: =IF(ISERROR(MATCH(D2,E:E,0)),"Not Found",INDEX(B:B,MATCH(D2,E:E,0))) |
All times are GMT +1. The time now is 03:44 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com