Countifs reference to sheet name as today's date

akasmora

New Member
Joined
Apr 23, 2013
Messages
10
Dear all,

I need to count of some cells on daily basis, I need to refer to today's date sheet.


This sheet will have name as today's date (say Apr-24-13) so i need to refer this sheet.. I need some formula like below..

COUNTIFS(today()!$C$4:$C$13,today()!C15)

I need to set the formula so that I need not change the formula on daily basis.

Have I made myself clear about the problem?

Regards
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
Maybe something like this

=COUNTIF(INDIRECT("'"&TEXT(TODAY(),"mmm-dd-yy")&"'!$C$4:$C$13"),INDIRECT("'"&TEXT(TODAY(),"mmm-dd-yy")&"'!$C$15"))

Remark: the sheets for days with only one digit must be named as
May-01-13
May-02-13
....
May-09-13

M.
 
Upvote 0

Forum statistics

Threads
1,214,385
Messages
6,119,205
Members
448,874
Latest member
Lancelots

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