Find data and return data from another cell

bobgrand

Active Member
Joined
Apr 14, 2008
Messages
252
Office Version
  1. 365
Platform
  1. Windows
Hello all,
I have 145 rows of data. Column A is blank, Column B=Suppliers, Column C thru IZ are dates. Each has a different criteria of dates. B1 is Date 01/01/2011, C1 formula is B1+4, D1 formula is C1+4, E1 formula is D1+4, etc. If one of these cells meets the formula Today() I need to have the data from B1 show up in A1 else blank.

Any help would be greatly appreciated.
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
Im thinking my first message was too complex. Basically, find Today's date from C1 thru IZ1 and put the value in B1 in A1. If todays date does not match anything from C1 thru IZ1 leave A1 Blank.
 
Upvote 0
Hello,
is this what you're looking for?
=IF(OR(TODAY()=$C$1:$IZ$1),B1,"")

Enter with Ctrl+shift+enter, not just enter.
 
Upvote 0
I tried that formula and thought that would have worked. I get the #VALUE! in the cell.
 
Upvote 0
Are you entering the formula using

Control+SHift+Enter. It is an array formula and requires all three keys to be simultaneously pushed. Using only the enter key will give you a #Value error. The formula is working for me. Try that first.
 
Upvote 0
I should point out that after entering the formula, it should have the { } brackets surrounding the formula.
 
Upvote 0
You are correct I guess I just wasn't pressing the keys simultaniously enough.

Thank you for the help. This is big
 
Upvote 0

Forum statistics

Threads
1,224,609
Messages
6,179,877
Members
452,949
Latest member
Dupuhini

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top