Attendance tracker

alfredp666

New Member
Joined
Mar 31, 2013
Messages
4
Other recipients:



Hi,

I am relatively new to excel so please forgive me id this question is very basic.

I am creating an attendance sheet that counts attendance after a specified date. I am using the following formula.

=COUNTIFS(G57:BX57, "X", G1:BX1, ">4/25")

Where the dates are on the first row G1 To BX1

However I would like to protect the sheet from the users but allow them to change the reference date manually without using this string so I have tried

=COUNTIFS(G57:BX57, "X", G1:BX1, ">C57")

Where C57 would be the reference date entered by the user.

But it returns a 0 no matter what I try instead of what i need.

I was wondering if there was anything that I am missing or if I have to try something else. Thank you.
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off

s hal

Board Regular
Joined
Apr 10, 2013
Messages
198
No problem! The reason what you did was not producing the result was because you always were comparing your value to being greater than C57 which is a text string instead of greater than "the value of cell C57".
 
Upvote 0

Forum statistics

Threads
1,195,746
Messages
6,011,416
Members
441,613
Latest member
worksux

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
Top