Microsoft Excel
(1)
COUNTIF
(1)
Day
(1)

Adding text in a single column

Asked By jackel
22-Feb-08 02:57 PM
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
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't
that difficult, I just can't figure it out. Any assistance would
greatly be appreciated.

Thank you in advance!




--
jackel

Adding text in a single column

Asked By T. Valko
22-Feb-08 03:09 PM
Try these:

="Scheduled - "&COUNTIF(L3:L200,"scheduled")

="Unscheduled - "&COUNTIF(L3:L200,"unscheduled")

--
Biff
Microsoft Excel MVP

Adding text in a single column

Asked By Mike
22-Feb-08 03:12 PM
Hi,

I suspect you can work out how to do unscheduled:-

="Scheduled "&COUNTIF(L3:L200,"Scheduled")

Mike

Just for info to help you with your Excel problems.

Asked By Gord Dibben
22-Feb-08 07:29 PM
Just for info to help you with your Excel problems.


L3 to L200 is a "Column" not a "row"


Gord Dibben  MS Excel MVP
Adding text in a single column
Asked By jackel
22-Feb-08 05:33 PM
T. Valko;2640699 Wrote:


That works perfect and exactly what I wanted. Thank you so much, have a
great day!!




--
jackel
Adding text in a single column
Asked By T. Valko
22-Feb-08 09:47 PM
You're welcome. Thanks for the feedback!

--
Biff
Microsoft Excel MVP
Post Question To EggHeadCafe