View Single Post
 
Old 04-29-2009, 02:01 PM
Bird_FAT's Avatar
Bird_FAT Bird_FAT is offline Office 2007
Expert
 
Join Date: Apr 2009
Location: South East
Posts: 271
Bird_FAT is on a distinguished road
Default I'm still here - LOL!

Hey Tinkertron

I'd say good morning, but it probably isn't -

COUNTIF will give you info on criteria counts in a range

Code:
=COUNTIF(*range*,"*criteria*")
ie - to find the number of times the word REVOKE is written in Sheet1, Cell range A1:A500:

Code:
=COUNTIF(Sheet1!A1:A500,"REVOKE")
All you need to do is copy the formula and paste it for each of your totals columns and change the criteria!

Is that what you're looking for?
Reply With Quote