Vlookup based on today's date

Songbird

New Member
Joined
Aug 27, 2012
Messages
1
I was wondering how to do a vlookup - taking a certain cell's information based on today's date.

For example, here is the data:

01020304050607080910111213141516171819202122232425262728293031

<tbody>
</tbody>
69,072 73,389 71,638 58,970 TY 63,202 65,273 71,636 58,996 50,143 58,648 77,672 83,860 56,289 77,329 64,140 57,740 44,958

<tbody>
</tbody>

The top portion is the date for the current month.

The bottom portion is the specific data that I would like to get. I would like to have the date for the current date to automatically be vlookup rather than having to copy and paste the data every day. Is there a way to do this?
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
I was wondering how to do a vlookup - taking a certain cell's information based on today's date.

For example, here is the data:

01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31

<TBODY>
</TBODY>
69,072
73,389
71,638
58,970
TY 63,202
65,273
71,636
58,996
50,143
58,648
77,672
83,860
56,289
77,329
64,140
57,740
44,958

<TBODY>
</TBODY>

The top portion is the date for the current month.

The bottom portion is the specific data that I would like to get. I would like to have the date for the current date to automatically be vlookup rather than having to copy and paste the data every day. Is there a way to do this?
Maybe something like this...

=INDEX(A2:AE2,DAY(NOW()))
 
Upvote 0

Forum statistics

Threads
1,215,214
Messages
6,123,664
Members
449,114
Latest member
aides

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