I'm hoping this can be done

AFST

Board Regular
Joined
Jul 7, 2011
Messages
97
This one should be easy for you pros out there.

My workbook contains one sheet called master and then one sheet for every month in the year, January 11, February 11 etc. On the "master" sheet in A1 is today's date (input as =TODAY() and formatted to look like dd-mmm-yy) In cell A2 of the master sheet I want to make an IF statement that checks what the date is today and then goes to the appropriate month sheet to display the information in cell O8 of that month. The info I want displayed is always in the same cell across the different month's and the day doesn't its just the month.

I tried something along the lines of IF(31-Jan-11>=A1>=01-Jan-11,='January'!O8,"") Not much luck there, and if I had had any luck in the 'if false part of the argument I was going to put in the same criteria just for feb and so on... There has to be something easier or if not why won't it work.

Can anyone lend me a hand with this?
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
=TEXT(A1,"mmmm")&TEXT(A1,"YY")&"!O8"

where A1 is your Date


=INDIRECT(F9)
Where F9 is the cell where you put the above mentioned formula.
 
Upvote 0

Forum statistics

Threads
1,224,525
Messages
6,179,317
Members
452,905
Latest member
deadwings

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