Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,118
Default 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


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default 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


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,388
Default 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.
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Summing a column Rich D Excel Discussion (Misc queries) 5 September 4th 07 01:15 PM
summing column c based an column a criteria ndforty Excel Worksheet Functions 2 May 3rd 07 06:57 PM
Summing a Column instead of a Column range SharonP. Excel Discussion (Misc queries) 1 February 16th 06 07:28 PM
Summing one column based on date in another column excel guru i'm not New Users to Excel 7 December 30th 05 08:39 PM
Summing a column Al Ramirez Excel Worksheet Functions 3 August 13th 05 04:46 AM


All times are GMT +1. The time now is 03:09 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"