View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jake Marx[_3_] Jake Marx[_3_] is offline
external usenet poster
 
Posts: 860
Default Use a cell with text on it as part of a SUM formula

Hi mmorganb,

That is what you should use the INDIRECT worksheet function for. Enter this
in A2:

=SUM(INDIRECT(A1))

--
Regards,

Jake Marx
MS MVP - Excel
www.longhead.com

[please keep replies in the newsgroup - email address unmonitored]


Using an indirect command, I got "Bond!D1:D5" in cell A1. "Bond" is
the name of one of my tabs.

I want to sum the values in the Bond tab, cells D1:D5, using the text
displayed in cell A1. In other words, I want to use SUM(Bond!D1:D5) in
cell A2, but I don't want to type the "Bond!D1:D5" portion, but rather
pull it from cell A1, which is showing "Bond!D1:D5"...obviously,
=sum("A1") didn't work.

I'm attaching the example in case I have managed to confuse everybody.


Thanks a lot for your help!

Attachment filename: test.xls
Download attachment:
http://www.excelforum.com/attachment.php?postid=431003 ---
Message posted from http://www.ExcelForum.com/