ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   need help summing text in column (https://www.excelbanter.com/excel-worksheet-functions/189879-need-help-summing-text-column.html)

Laura Larson

need help summing text in column
 
Hi,

I'm not working with #'s, however would like excel to sum text (e.g. names)
in a list. With that info, i'm creating a cell that will subtract it from a
static #.

Thank you.
--
Laura

Ron Coderre

need help summing text in column
 
You'll need to explain what "sum text" means.
Since your data is names, they have no obvious numeric value.
Did you mean that you want to count the occurrences of certain names?
or something else?

Can you post some sample data and what you hope to calculate from it?

Regards,

Ron
Microsoft MVP - Excel


"Laura Larson" wrote in message
...
Hi,

I'm not working with #'s, however would like excel to sum text (e.g.
names)
in a list. With that info, i'm creating a cell that will subtract it from
a
static #.

Thank you.
--
Laura



Laura Larson

need help summing text in column
 
Thanks for replying.

The net result is I'd like excel to calculate how many seats are taken in
class against its maximum capacity (e.g. max: 10 seats, 8 taken) by counting
# of students (thought I could use the "name" column). What I could do is
have a column (like "confirmed) that it could count. Was just looking for an
efficient way of doing this. Thank you for your help!
--
Laura


"Ron Coderre" wrote:

You'll need to explain what "sum text" means.
Since your data is names, they have no obvious numeric value.
Did you mean that you want to count the occurrences of certain names?
or something else?

Can you post some sample data and what you hope to calculate from it?

Regards,

Ron
Microsoft MVP - Excel


"Laura Larson" wrote in message
...
Hi,

I'm not working with #'s, however would like excel to sum text (e.g.
names)
in a list. With that info, i'm creating a cell that will subtract it from
a
static #.

Thank you.
--
Laura



Dave

need help summing text in column
 
Hi,
To count names (or any text) in a column A, you can use:
=COUNTIF(A:A,"?*")
The list can contain spaces or zero-length text cells. They will not be
counted.
So, your final formula to show spare seats would be something like:
Number of Seats - COUNTIF(A:A,"*?")
Regards - Dave.


All times are GMT +1. The time now is 05:32 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com