Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 1
Question 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!!
  #2   Report Post  
Senior Member
 
Location: Philippines
Posts: 161
Default

Quote:
Originally Posted by dtime View Post
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!!
Have you tried using a PIVOT TABLE for this?

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)))
__________________
Asobi Wa Owari Da
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can I use cell data for a web search & bring back in the results? Jason Excel Worksheet Functions 1 April 22nd 09 12:30 AM
Search for data and return cell reference exoticdisease Excel Worksheet Functions 3 July 28th 08 02:16 PM
I need to search for then extract a specific portion of cell data... Ken Excel Worksheet Functions 15 September 6th 06 11:53 AM
when I search for data in Excel, the found cell cannot be seen Howard in GR Excel Discussion (Misc queries) 3 July 21st 06 09:51 PM
how do I search for any cell containing data and apply conditiona. Dawn Excel Discussion (Misc queries) 1 April 20th 05 10:59 AM


All times are GMT +1. The time now is 08:13 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"