Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Convert cell contents to range

I named a group of cells "northwest" which contains sales data. I could sum
the sales data with a formula =sum(northwest). Is there a way to sum the
sales data with a formula =sum(A2) where cell A2 contains the text
"northwest"?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,688
Default Convert cell contents to range

Dedicated to Max:

Try this:

=SUM(INDIRECT(A2))

Note: this will not work if "northwest" is a dynamic named range.

Biff

"jgrogan" wrote in message
...
I named a group of cells "northwest" which contains sales data. I could
sum
the sales data with a formula =sum(northwest). Is there a way to sum the
sales data with a formula =sum(A2) where cell A2 contains the text
"northwest"?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Convert cell contents to range

"Biff" wrote:
Dedicated to Max:

Indirect thanks <g !

=SUM(INDIRECT(A2))
Note: this will not work if "northwest" is a dynamic named range.


But this seems to work ok if "northwest" is a dynamic named range:
=SUM(northwest)
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Convert cell contents to range

But this seems to work ok if "northwest" is a dynamic named range:
=SUM(northwest)


Above comment is of course not relevant to the orig. post
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
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
How do I copy the contents of a range of text cells and paste into one cell? davfin Excel Discussion (Misc queries) 7 July 4th 06 08:16 AM
How to convert cell contents Robert Judge Excel Worksheet Functions 1 June 13th 06 08:04 PM
How to convert cell contents? Robert Judge Excel Discussion (Misc queries) 0 June 8th 06 02:46 PM
Convert Range name in cell for VLookup ddate Excel Worksheet Functions 1 September 7th 05 11:17 PM
Conversion of Cell Contents into a Functional Worksheet name ? GMJT Excel Worksheet Functions 1 August 21st 05 04:59 PM


All times are GMT +1. The time now is 06:18 PM.

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

About Us

"It's about Microsoft Excel"