Counting cells question.

kris.small

New Member
Joined
Jul 13, 2011
Messages
12
So i just spent 45 mins looking throught the boards for a post earlier and to my suprise nothing that really helped me so time to post i think.

I have 3 columns of times. DAY| NIGHT| Swing| all which will have military time put in under it depending if the activity fell in that time zone (manual input)

i need a formula to calculate how many DAY, NIGHT and Swing entrees there are, basiclly i want to calculate if there is ANY thing inputted into the cell count the cell.

i tried using wildcards but didn't work
=countif($N$6:$N500, "**:**")

but it doesn't work... but something along those lines...
any ideas?
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
If it is valid time, you can simply use

=COUNT($N$6:$N500)

If you want to avoid zero values, use

=COUNTIF($N$6:$N500,">0")
 
Upvote 0

Forum statistics

Threads
1,224,574
Messages
6,179,626
Members
452,933
Latest member
patv

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