Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
drvortex
 
Posts: n/a
Default Averaging Cells from another workbook


Hi all,

I'm going to give this another shot and try to state it a different
way.

This is what I have so far:

{=AVERAGE(IF(ISNUMBER('*[Jul06AMEFVER.xls]1'*!$B16:$L16),ABS('[Jul06AMEFVER.xls]1'!$B16:$L16)))}

What this is stating is I want to average the absolute value of cells
B16:L16 only if the cell contains a number. The good thing is that
this works; however, you see in the *bold* part that it is only
referring to TAB 1 in the Jul06AMEFVER.xls workbook.

My problem is that I want to take the average of all absolute values of
cells B16:L16 on TAB 1 through TAB 31. I tried this:

{=AVERAGE(IF(ISNUMBER('[Jul06AMEFVER.xls]*1:31'*!$B16:$L16),ABS('[Jul06AMEFVER.xls]*1:31'*!$B16:$L16)))}

But the answer is "0". I checked when the data isn't filled in there
is an "X" so that is why the ISNUMBER function is there. I would like
the formula to do an ongoing average while the data is being filled in.
If the referenced cell (aka B16:L16) as an "X" or blank space don't
count it in the average.

I hope you all understand what I'm trying to do. Been working on this
for two days now and running out of ideas. Thoughts. Thanks so much.

Jason


--
drvortex
------------------------------------------------------------------------
drvortex's Profile: http://www.excelforum.com/member.php...o&userid=15896
View this thread: http://www.excelforum.com/showthread...hreadid=557104

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
MCDST070-271
 
Posts: n/a
Default Averaging Cells from another workbook

Have you tried selecting all tabs first, then applying the formula to all tabs?

To select all tabs, in this case 1 through 31, select tab 1, then hold the
shift key and click on every other effected tab to which the formula applies.

"drvortex" wrote:


Hi all,

I'm going to give this another shot and try to state it a different
way.

This is what I have so far:

{=AVERAGE(IF(ISNUMBER('*[Jul06AMEFVER.xls]1'*!$B16:$L16),ABS('[Jul06AMEFVER.xls]1'!$B16:$L16)))}

What this is stating is I want to average the absolute value of cells
B16:L16 only if the cell contains a number. The good thing is that
this works; however, you see in the *bold* part that it is only
referring to TAB 1 in the Jul06AMEFVER.xls workbook.

My problem is that I want to take the average of all absolute values of
cells B16:L16 on TAB 1 through TAB 31. I tried this:

{=AVERAGE(IF(ISNUMBER('[Jul06AMEFVER.xls]*1:31'*!$B16:$L16),ABS('[Jul06AMEFVER.xls]*1:31'*!$B16:$L16)))}

But the answer is "0". I checked when the data isn't filled in there
is an "X" so that is why the ISNUMBER function is there. I would like
the formula to do an ongoing average while the data is being filled in.
If the referenced cell (aka B16:L16) as an "X" or blank space don't
count it in the average.

I hope you all understand what I'm trying to do. Been working on this
for two days now and running out of ideas. Thoughts. Thanks so much.

Jason


--
drvortex
------------------------------------------------------------------------
drvortex's Profile: http://www.excelforum.com/member.php...o&userid=15896
View this thread: http://www.excelforum.com/showthread...hreadid=557104


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
drvortex
 
Posts: n/a
Default Averaging Cells from another workbook


I tried by selecting all tabs and it was setup the same as the formula I
attempted below. Same result. I then just put sheets 1 and 2 together
which only has a total of 5 cells to average and the result is "0".
The numbers were 0, 5, 5, 1, 1. This gave me an average of zero which
isn't correct. But when I remove the additional tabs (sheets) and just
use one...then it works just fine. Any other suggestions???

MCDST070-271 Wrote:
Have you tried selecting all tabs first, then applying the formula to
all tabs?

To select all tabs, in this case 1 through 31, select tab 1, then hold
the
shift key and click on every other effected tab to which the formula
applies.

"drvortex" wrote:


Hi all,

I'm going to give this another shot and try to state it a different
way.

This is what I have so far:


{=AVERAGE(IF(ISNUMBER('*[Jul06AMEFVER.xls]1'*!$B16:$L16),ABS('[Jul06AMEFVER.xls]1'!$B16:$L16)))}

What this is stating is I want to average the absolute value of

cells
B16:L16 only if the cell contains a number. The good thing is that
this works; however, you see in the *bold* part that it is only
referring to TAB 1 in the Jul06AMEFVER.xls workbook.

My problem is that I want to take the average of all absolute values

of
cells B16:L16 on TAB 1 through TAB 31. I tried this:


{=AVERAGE(IF(ISNUMBER('[Jul06AMEFVER.xls]*1:31'*!$B16:$L16),ABS('[Jul06AMEFVER.xls]*1:31'*!$B16:$L16)))}

But the answer is "0". I checked when the data isn't filled in

there
is an "X" so that is why the ISNUMBER function is there. I would

like
the formula to do an ongoing average while the data is being filled

in.
If the referenced cell (aka B16:L16) as an "X" or blank space don't
count it in the average.

I hope you all understand what I'm trying to do. Been working on

this
for two days now and running out of ideas. Thoughts. Thanks so

much.

Jason


--
drvortex

------------------------------------------------------------------------
drvortex's Profile:

http://www.excelforum.com/member.php...o&userid=15896
View this thread:

http://www.excelforum.com/showthread...hreadid=557104




--
drvortex
------------------------------------------------------------------------
drvortex's Profile: http://www.excelforum.com/member.php...o&userid=15896
View this thread: http://www.excelforum.com/showthread...hreadid=557104

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 SUM TWO CELLS FROM ONE WORKBOOK TO ANOTHER WORKBOOK? Bill O'Neal Excel Worksheet Functions 8 August 14th 09 11:36 PM
Macro to copy specific cells from one workbook to another [email protected] Excel Discussion (Misc queries) 4 June 9th 06 04:32 PM
Linked Cells Staying With Cells Once Linked Workbook Update. [email protected] Excel Worksheet Functions 0 June 6th 06 09:32 AM
Moving cells to another workbook sequentially Jenno Excel Discussion (Misc queries) 6 September 3rd 05 01:30 PM
Sorting mixed up linked cells in a workbook? Destiny Excel Worksheet Functions 2 November 20th 04 03:17 AM


All times are GMT +1. The time now is 09:22 PM.

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"