Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Sum of cells with multiple text

I have two columns, one is a city and one is the square footage in that city.
I need to sum the square footage based on the name of the city.
However, for central area there are several cities included.
For instance, Trinton, Temple Terrace and Carrollwood are all in central
area and have different square footages but I need to add them all in one
cell. I can't seem to figure out the formula.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Sum of cells with multiple text

If you want just Trinton (Trenton???), you could use:

=sumif(a1:a10,"trinton",b1:b10)

If you want trinton and temple terrace as a combined total:

=sum(sumif(a1:a10,{"trinton","temple terrace"},b1:b10))

You may want to add a field that would categorize each city.

Build a table on another sheet with city names in column A and area in column B.

Then you could use =vlookup() to return the area for each city.

Then either use data|pivotable, data|subtotals, or even a bunch of =sumif()'s to
total them.

D. Handa wrote:

I have two columns, one is a city and one is the square footage in that city.
I need to sum the square footage based on the name of the city.
However, for central area there are several cities included.
For instance, Trinton, Temple Terrace and Carrollwood are all in central
area and have different square footages but I need to add them all in one
cell. I can't seem to figure out the formula.


--

Dave Peterson
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
Count single Text in cells with multiple text entries WSC Excel Discussion (Misc queries) 6 January 9th 07 04:17 PM
How can I change text to proper text in multiple cells. bethye99 Excel Discussion (Misc queries) 1 January 10th 06 06:17 PM
How to input additional text to multiple of existing cells that has text [email protected] Excel Worksheet Functions 2 June 21st 05 01:46 AM
Combining Text from multiple cells under multiple conditions KNS Excel Worksheet Functions 2 June 15th 05 11:00 PM
INTRICATE PROBLEM- How to find multiple text,excluding "H", in a multiple range of cells, then replacing 0 with another number in another cell Tourcat Excel Worksheet Functions 1 February 8th 05 06:26 PM


All times are GMT +1. The time now is 02:38 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"