Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Build a Cell Reference 1

Status
Not open for further replies.

zdas04

Mechanical
Joined
Jun 25, 2002
Messages
10,274
Location
US
I know we've talked about this before, but I just can't find it in eng-tips or in Excel help.

Cell J12 = 498
Cell K12 = 559

I want cell L12 to be SUM(C498:C559)

Using simple concatenation (ampersand) I can get C498:C559 but when I put a SUM() around it I get #VALUE. I had high hopes for INDIRECT, but it just gave me the contents of C498, a colon, and the contents of C559.

I know this is easy, and I know I've seen it discussed here, but I just can't figure out what to call the functionality I need.

David
 
I think you are asking for something more complex than you think you are. The reason I say that is that you need to build the "C498:C559" string and evaluate it as a range.

AN alternative approach would be to use offset, I think.




Cheers

Greg Locock


New here? Try reading these, they might help FAQ731-376
 
Doug,
That is exactly the step I was missing. Thank you.

David
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top