Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Sam Sam is offline
external usenet poster
 
Posts: 699
Default indirect with wildcards

i have multiple worksheets. i want to sum the cell $I$34 from each workbook
into a single cell in a collation worksheet. is there any way i can use
indirect with a wild card?

sam
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default indirect with wildcards

Sam

To sum a cell from Sheet1,2,3,....Sheet10

=Sum(Sheet1:Shee10!$I$34)

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


"sam" wrote:

i have multiple worksheets. i want to sum the cell $I$34 from each workbook
into a single cell in a collation worksheet. is there any way i can use
indirect with a wild card?

sam

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,346
Default indirect with wildcards

Hi,

Suppose the sheets are adjacent with the collation sheet at one end or the
other, then on the collation sheet type
=SUM(
click on the tab of the first sheet you want to sum
click on cell I34 of that sheet
hold down the Shift key and click on the last sheet of the collection and
press enter.

This method is safer than typing because there are a number of times when
you need to add single quotes if you type but Excel will build the formula
for you with point and click.

1. There must be no sheets between the first and last sheet which you don't
want summed with the approach.
2. If the sheets are non-adjacent then instead of Shift+clicking each tab
Ctrl+click them.
3. INDIRECT and wildcards are not needed for the example you gave although
you could us INDIRECT.



--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"sam" wrote:

i have multiple worksheets. i want to sum the cell $I$34 from each workbook
into a single cell in a collation worksheet. is there any way i can use
indirect with a wild card?

sam

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Sam Sam is offline
external usenet poster
 
Posts: 699
Default indirect with wildcards

thankyou. worked just fine

"Shane Devenshire" wrote:

Hi,

Suppose the sheets are adjacent with the collation sheet at one end or the
other, then on the collation sheet type
=SUM(
click on the tab of the first sheet you want to sum
click on cell I34 of that sheet
hold down the Shift key and click on the last sheet of the collection and
press enter.

This method is safer than typing because there are a number of times when
you need to add single quotes if you type but Excel will build the formula
for you with point and click.

1. There must be no sheets between the first and last sheet which you don't
want summed with the approach.
2. If the sheets are non-adjacent then instead of Shift+clicking each tab
Ctrl+click them.
3. INDIRECT and wildcards are not needed for the example you gave although
you could us INDIRECT.



--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"sam" wrote:

i have multiple worksheets. i want to sum the cell $I$34 from each workbook
into a single cell in a collation worksheet. is there any way i can use
indirect with a wild card?

sam

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
Allow EXCEL INDIRECT(ADDRESS()) and INDIRECT(RANGE()) functions Mike Barlow Excel Worksheet Functions 7 May 21st 23 07:42 PM
Wildcards and if Arlene Excel Worksheet Functions 3 June 21st 07 12:05 AM
Wildcards in RTD JKC Excel Discussion (Misc queries) 0 February 3rd 06 07:35 PM
wildcards in vba shellshock Excel Discussion (Misc queries) 3 July 21st 05 07:37 PM
VBA Wildcards - HELP! Co-op Bank Charts and Charting in Excel 1 March 30th 05 02:37 PM


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