Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Bob is offline
external usenet poster
 
Posts: 972
Default Missing Variables

An array formula reads as follows:

=AG2 / (((P2 / ('[Team Data.xls]Data'$I / 5)) * '[Team Data.xls]Data'$J) - Q2)

The problem is that the formula is missing the following:
[TeamData]Data!$I is only valid, if E2 in the current file equals a value in
$B in the TeamData file AND and if G2 equals a value in $C.

I need to know how to modify the formula above to include these additional
components. Thank you.

Bob
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,276
Default Missing Variables

Hi,
could you please provide an example will help, is $I valid only if E match a
value in B and G in C, if not which is the result you are expecting

"bob" wrote:

An array formula reads as follows:

=AG2 / (((P2 / ('[Team Data.xls]Data'$I / 5)) * '[Team Data.xls]Data'$J) - Q2)

The problem is that the formula is missing the following:
[TeamData]Data!$I is only valid, if E2 in the current file equals a value in
$B in the TeamData file AND and if G2 equals a value in $C.

I need to know how to modify the formula above to include these additional
components. Thank you.

Bob

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Bob is offline
external usenet poster
 
Posts: 972
Default Missing Variables

I have modified the formula below and it returns a value of FALSE when it
should return a value of .171314

=IF(E2=[Team Data.xls]Data'!$B,IF(G2='[Team Data.xls]Data'!$C,AG2 / (((P2 /
('[Team Data.xls]Data'!$J / 5)) * TmFGM) - Q2),))

The values for each variable, beginning with AG2, are =296 / (((2417 /
(19375 / 5)) * 3421) - 406)


"Eduardo" wrote:

Hi,
could you please provide an example will help, is $I valid only if E match a
value in B and G in C, if not which is the result you are expecting

"bob" wrote:

An array formula reads as follows:

=AG2 / (((P2 / ('[Team Data.xls]Data'$I / 5)) * '[Team Data.xls]Data'$J) - Q2)

The problem is that the formula is missing the following:
[TeamData]Data!$I is only valid, if E2 in the current file equals a value in
$B in the TeamData file AND and if G2 equals a value in $C.

I need to know how to modify the formula above to include these additional
components. Thank you.

Bob

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,276
Default Missing Variables

Hi,

=IF(AND(E2==[Team Data.xls]Data'!$B,G2=[Team
Data.xls]Data'!$C),AG2/(P2/('[Team Data.xls]Data'!$J/5)*TmFGM-Q2))



"bob" wrote:

I have modified the formula below and it returns a value of FALSE when it
should return a value of .171314

=IF(E2=[Team Data.xls]Data'!$B,IF(G2='[Team Data.xls]Data'!$C,AG2 / (((P2 /
('[Team Data.xls]Data'!$J / 5)) * TmFGM) - Q2),))

The values for each variable, beginning with AG2, are =296 / (((2417 /
(19375 / 5)) * 3421) - 406)


"Eduardo" wrote:

Hi,
could you please provide an example will help, is $I valid only if E match a
value in B and G in C, if not which is the result you are expecting

"bob" wrote:

An array formula reads as follows:

=AG2 / (((P2 / ('[Team Data.xls]Data'$I / 5)) * '[Team Data.xls]Data'$J) - Q2)

The problem is that the formula is missing the following:
[TeamData]Data!$I is only valid, if E2 in the current file equals a value in
$B in the TeamData file AND and if G2 equals a value in $C.

I need to know how to modify the formula above to include these additional
components. Thank you.

Bob

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
Not at all clear on use of variables and/or object variables JMay-Rke Excel Discussion (Misc queries) 11 July 4th 08 06:36 PM
Too Many Variables Heliocracy Excel Worksheet Functions 6 April 6th 07 07:02 PM
Three Variables George Excel Worksheet Functions 1 July 8th 06 07:47 PM
Toolbars Missing, And option to Add Missing SmeetaG Excel Discussion (Misc queries) 3 October 19th 05 11:43 AM
Two variables Blackcat Excel Discussion (Misc queries) 7 January 7th 05 12:13 PM


All times are GMT +1. The time now is 08:16 AM.

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"