Prev Previous Post   Next Post Next
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default adding sheets

To have a single formula which works across sheets try the below.

If your sheet names are Sheet1, Sheet2, Sheet3 then

InsertNameDefine
Name: MyRows
Refers to =ROW(INDIRECT("1:100"))

=SUMPRODUCT(--(T(OFFSET(INDIRECT("'Sheet"
&{"1","2","3"}&"'!A2:A100"),MyRows-2,,))="ram"),
N(OFFSET(INDIRECT("'Sheet"&{"1","2","3"}&"'!B2:B10 0"),
MyRows-2,,)))


If this post helps click Yes
---------------
Jacob Skaria


"ganga" wrote:

i want to choose only certain names from sheets and add those numbers in last
sheet..

example
sheet 1
ram 100
kala 100
ann 100
ann 100
ram 500

sheet 2
kala 200
ann 150
kala 500
ram 250
ram 250

sheet 3
ann 500
ann 500
lina 250
ram 600
kala 300

and so on

in Sheet 6
i want to choose only ram's #s from others sheets and add, and kala's #s and
add an so on...but those are not always in the same row.. row # changes sheet
by sheet and sometime same name is there more than once..

in sheet 6
ram (a1) sum(100+500+250+250+600)(b1)

I don't want to choose sheet by sheet every time..

 
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
adding row in two sheets which are linked madfish Excel Discussion (Misc queries) 0 December 14th 07 03:56 PM
Adding sheets to workbook Susan Excel Worksheet Functions 4 October 23rd 06 05:55 PM
Adding Sheets [email protected] Excel Discussion (Misc queries) 2 May 23rd 06 03:04 PM
Adding relevant sheets Gavin Ling Excel Worksheet Functions 0 January 4th 06 05:18 PM
adding off of multiple sheets bustanutti21 Excel Discussion (Misc queries) 1 December 23rd 05 07:41 PM


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