Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 698
Default Summing column and rows

Hello Excel users and Experts,

=C1+INDIRECT(CHAR(ROW()+67)&1)

With this formula in B1 and pulled down will add C1 & D1, C2 & E1, C3 & F1
etc.

How can I make INDIRECT(CHAR(ROW()+67)&1) reference sheet 2 with C1, C2, C3
on sheet 1?

So it sums C1 of sheet 1 and D1 of sheet 2
C2 of sheet 1 and E1 of sheet 2
and so on.

Thanks for any ideas.

Regards,
Howard


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 380
Default Summing column and rows

=C1+INDIRECT("Sheet2!"&CHAR(ROW()+67)&1)

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

"L. Howard Kittle" wrote in message
...
Hello Excel users and Experts,

=C1+INDIRECT(CHAR(ROW()+67)&1)

With this formula in B1 and pulled down will add C1 & D1, C2 & E1, C3 & F1
etc.

How can I make INDIRECT(CHAR(ROW()+67)&1) reference sheet 2 with C1, C2,

C3
on sheet 1?

So it sums C1 of sheet 1 and D1 of sheet 2
C2 of sheet 1 and E1 of sheet 2
and so on.

Thanks for any ideas.

Regards,
Howard




  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,688
Default Summing column and rows

Try this:

=C1+INDIRECT("Sheet2!"&CHAR(ROW()+67)&1)

Or, a non-volatile approach:

=C1+INDEX(Sheet2!D$1:IV$1,ROWS($1:1))

Biff

"L. Howard Kittle" wrote in message
...
Hello Excel users and Experts,

=C1+INDIRECT(CHAR(ROW()+67)&1)

With this formula in B1 and pulled down will add C1 & D1, C2 & E1, C3 & F1
etc.

How can I make INDIRECT(CHAR(ROW()+67)&1) reference sheet 2 with C1, C2,
C3 on sheet 1?

So it sums C1 of sheet 1 and D1 of sheet 2
C2 of sheet 1 and E1 of sheet 2
and so on.

Thanks for any ideas.

Regards,
Howard



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 698
Default Summing column and rows

Hey Bob & Biff,

Many thanks for the solutions guy's!!

O'boy, I was a hog sniff'n pretty close to the truffle, but could not get
that "sheet2!" in the right place or the "(" & ")" in the right places.

And Biff, the non volatile formula is another tribute to your many
contributions. Exactly what I was looking for. I had no idea it could be
done that way.

Thanks to both of you.

PS: This is for my wife's project and she thinks I'm an Excel genius. Go
figure, but I know where to get answers!!! She doen't need to know... hee
hee.

Thanks again.

Regards,
Howard

"L. Howard Kittle" wrote in message
...
Hello Excel users and Experts,

=C1+INDIRECT(CHAR(ROW()+67)&1)

With this formula in B1 and pulled down will add C1 & D1, C2 & E1, C3 & F1
etc.

How can I make INDIRECT(CHAR(ROW()+67)&1) reference sheet 2 with C1, C2,
C3 on sheet 1?

So it sums C1 of sheet 1 and D1 of sheet 2
C2 of sheet 1 and E1 of sheet 2
and so on.

Thanks for any ideas.

Regards,
Howard



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,688
Default Summing column and rows

You're welcome. Thanks for the feedback!

Biff

"L. Howard Kittle" wrote in message
. ..
Hey Bob & Biff,

Many thanks for the solutions guy's!!

O'boy, I was a hog sniff'n pretty close to the truffle, but could not get
that "sheet2!" in the right place or the "(" & ")" in the right places.

And Biff, the non volatile formula is another tribute to your many
contributions. Exactly what I was looking for. I had no idea it could be
done that way.

Thanks to both of you.

PS: This is for my wife's project and she thinks I'm an Excel genius. Go
figure, but I know where to get answers!!! She doen't need to know... hee
hee.

Thanks again.

Regards,
Howard

"L. Howard Kittle" wrote in message
...
Hello Excel users and Experts,

=C1+INDIRECT(CHAR(ROW()+67)&1)

With this formula in B1 and pulled down will add C1 & D1, C2 & E1, C3 &
F1 etc.

How can I make INDIRECT(CHAR(ROW()+67)&1) reference sheet 2 with C1, C2,
C3 on sheet 1?

So it sums C1 of sheet 1 and D1 of sheet 2
C2 of sheet 1 and E1 of sheet 2
and so on.

Thanks for any ideas.

Regards,
Howard







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 combine spreadsheets and documents in one file? Trish Excel Discussion (Misc queries) 3 November 9th 06 09:17 PM
Copy rows of one sheet into mutiple sheets based on column value Wesley Breshears Excel Discussion (Misc queries) 0 October 18th 06 03:19 PM
Summing rows based on column headings DallasLDY Excel Worksheet Functions 1 March 8th 06 09:35 PM
Return SEARCHED Column Number of Numeric Label and Value Sam via OfficeKB.com Excel Worksheet Functions 23 January 30th 06 06:16 PM
Need to Improve Code Copying/Pasting Between Workbooks David Excel Discussion (Misc queries) 1 January 6th 06 03:56 AM


All times are GMT +1. The time now is 01:43 AM.

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"