look for values base on =Today()

determinedtoexceed

New Member
Joined
Aug 20, 2019
Messages
38
ABCDEFGHIJKLMN
1item1Aug.Sep.Oct.Nov.Dec.
2item2item110020030012
3item3item250204047
4item38558
5
6
7

<tbody>
</tbody>


Dear Pros,

I would like cell "B1" for "item1" to auto look for the value base on the month of "=TODAY()",
i understand that it is not possible to do it with vlookup function,

Please suggest on how to do this, thank you~
 

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
Hi, assuming the month names in J1:N1 are text and include the full stop / period, you can try..


Excel 2013/2016
ABCDEFGHIJKLMN
1item1100Aug.Sep.Oct.Nov.Dec.
2item250item110020030012
3item385item250204047
4item38558
Sheet1
Cell Formulas
RangeFormula
B1=INDEX($J$2:$N$4,MATCH(A1,$I$2:$I$4,0),MATCH(TEXT(TODAY(),"MMM."),$J$1:$N$1,0))
 
Upvote 0
Hi, assuming the month names in J1:N1 are text and include the full stop / period, you can try..

Excel 2013/2016
ABCDEFGHIJKLMN
1item1100Aug.Sep.Oct.Nov.Dec.
2item250item110020030012
3item385item250204047
4item38558

<colgroup><col style="width: 25pxpx"><col><col><col><col><col><col><col><col><col><col><col><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Sheet1

Worksheet Formulas
CellFormula
B1=INDEX($J$2:$N$4,MATCH(A1,$I$2:$I$4,0),MATCH(TEXT(TODAY(),"MMM."),$J$1:$N$1,0))

<thead>
</thead><tbody>
</tbody>

<tbody>
</tbody>

Thank you sir, you are awesome with such prompt response
 
Upvote 0

Forum statistics

Threads
1,213,529
Messages
6,114,155
Members
448,554
Latest member
Gleisner2

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