I have a row, L3 to L200 that has this selection, Scheduled o
Unscheduled. I want the total "Scheduled" to display in cell F1 an
"Unscheduled" in G1 like this if possible. This will auto update th
count as the selection is chosen from the drop down menu in column L3.
F1 - Scheduled - 31
F2 - Unscheduled - 67
I know how to sum numbers but not text and numbers. I know this isn'
that difficult, I just can't figure it out. Any assistance woul
greatly be appreciated.
Thank you in advance
--
jackel
T. Valko - 22 Feb 2008 20:09 GMT
Try these:
="Scheduled - "&COUNTIF(L3:L200,"scheduled")
="Unscheduled - "&COUNTIF(L3:L200,"unscheduled")

Signature
Biff
Microsoft Excel MVP
> I have a row, L3 to L200 that has this selection, Scheduled or
> Unscheduled. I want the total "Scheduled" to display in cell F1 and
[quoted text clipped - 9 lines]
>
> Thank you in advance!
jackel - 22 Feb 2008 22:33 GMT
T. Valko;2640699 Wrote:
> Try these:
>
[quoted text clipped - 19 lines]
> jackel
> -
That works perfect and exactly what I wanted. Thank you so much, have
great day!
--
jackel
T. Valko - 23 Feb 2008 02:47 GMT
> T. Valko;2640699 Wrote:
>> Try these:
[quoted text clipped - 23 lines]
> That works perfect and exactly what I wanted. Thank you so much, have a
> great day!!
You're welcome. Thanks for the feedback!

Signature
Biff
Microsoft Excel MVP
Mike H - 22 Feb 2008 20:12 GMT
Hi,
I suspect you can work out how to do unscheduled:-
="Scheduled "&COUNTIF(L3:L200,"Scheduled")
Mike
> I have a row, L3 to L200 that has this selection, Scheduled or
> Unscheduled. I want the total "Scheduled" to display in cell F1 and
[quoted text clipped - 9 lines]
>
> Thank you in advance!
Gord Dibben - 23 Feb 2008 00:29 GMT
Just for info to help you with your Excel problems.
"I have a row, L3 to L200 that has this selection"
L3 to L200 is a "Column" not a "row"
Gord Dibben MS Excel MVP