S.o.s

Jules513

New Member
Joined
May 19, 2011
Messages
3
Hello All!

I am in need of some serious help.

I have created a spreadsheet mimicing a calendar to track Jane & John Doe's activities for the month.

Specifically I want every entry within a specified range to be tallied.

For example:

C1 Jane Doe
C2 John Doe
C3 Sally Doe

C2 through G2 represents Mon - Fri
C2 Mon D2 Tues E2 Wed F2 Thur G2 Fri

So what I'm looking for is a formula which would calculate any text entries and tally them.

SO if Jane Doe made an entry in D2, E2, F2 and no entries in either C2 or G2 what I'd like to see is the number 3 in my tally box in C43

Same with John Doe. If he made entry in C3 & G3 but nothing in the others I would like to see the number 2 in C44. etc

I hope I've explained that properly.

Thanks in advance
 

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.
Welcome to MrExcel board....

try this
Excel Workbook
CDEFG
1MondayTuesdayWednesdayThursdayFriday
288.58.25
377
4
433
442
45
Sheet3
Excel 2003
Cell Formulas
RangeFormula
D43=COUNTA($C2:$G2)
D44=COUNTA($C3:$G3)
 
Upvote 0
Welcome to MrExcel board....

try this
Excel Workbook
CDEFG
1MondayTuesdayWednesdayThursdayFriday
288.58.25
377
4
433
442
45
Sheet3
Excel 2003
Cell Formulas
RangeFormula
D43=COUNTA($C2:$G2)
D44=COUNTA($C3:$G3)

Thank you so much for the quick response! Will this work with text? All the data entries will be text only no numbers at all.

So in Jane Doe's case
D2 Appointment w/Bob
E2 Lunch w/Ann
F2 Mtg w/James

etc
 
Upvote 0
yes it will
Excel Workbook
CDEFGHI
1MondayTuesdayWednesdayThursdayFridaySaturdaySunday
288.5Sick
37Mtg w/Ann7
4
433
443
Sheet3
Excel 2003
Cell Formulas
RangeFormula
D43=COUNTA($C2:$G2)
D44=COUNTA($C3:$G3)
 
Upvote 0

Forum statistics

Threads
1,224,566
Messages
6,179,550
Members
452,927
Latest member
rows and columns

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