#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 89
Default Excel Jululian

Please help in this formula

{=SUM(('[Summary1.xls]A1 1-3'!$C$3:$C$19268=B$11)*('[Summary1.xls]A1
1-3'!$E$3:$E$19268=$A9)*('[Summary1.xls]A1
1-3'!$G$3:$G$19268=$H3)*'[Summary1.xls]A1 1-3'!$S$3:$Y$19268)}
the result should read 24 anf it give 0

please advise
regards
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,203
Default Excel Jululian

If you've copied the formula correctly, it looks to me like you are missing a
( just after the last *.
And in the last reference, you show $S$3:$Y$19268 - the $Y should be $S ??

formula should read
=SUM(('[Summary1.xls]A1 1-3'!$C$3:$C$19268=B$11)*('[Summary1.xls]A1
1-3'!$E$3:$E$19268=$A9)*('[Summary1.xls]A1
1-3'!$G$3:$G$19268=$H3)*('[Summary1.xls]A1 1-3'!$S$3:$S$19268)
and of course, then [Ctrl]+[Shift]+[Enter] to make it an array formula again.


"George A. Jululian" wrote:

Please help in this formula

{=SUM(('[Summary1.xls]A1 1-3'!$C$3:$C$19268=B$11)*('[Summary1.xls]A1
1-3'!$E$3:$E$19268=$A9)*('[Summary1.xls]A1
1-3'!$G$3:$G$19268=$H3)*'[Summary1.xls]A1 1-3'!$S$3:$Y$19268)}
the result should read 24 anf it give 0

please advise
regards

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,203
Default Excel Jululian

Also, it could be rewritten as a non-array formula using SUMPRODUCT()

=SUMPRODUCT(--('[Summary1.xls]A11-3'!$C$3:$C$19268=B$11),--('[Summary1.xls]A11-3'!$E$3:$E$19268=$A9),--('[Summary1.xls]A11-3'!$G$3:$G$19268=$H3),--('[Summary1.xls]A11-3'!$S$3:$S$19268))


"George A. Jululian" wrote:

Please help in this formula

{=SUM(('[Summary1.xls]A1 1-3'!$C$3:$C$19268=B$11)*('[Summary1.xls]A1
1-3'!$E$3:$E$19268=$A9)*('[Summary1.xls]A1
1-3'!$G$3:$G$19268=$H3)*'[Summary1.xls]A1 1-3'!$S$3:$Y$19268)}
the result should read 24 anf it give 0

please advise
regards

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 89
Default Excel Jululian

many thanks on your replies why should i replace its with S and i went it Y

please advice

regards

"George A. Jululian" wrote:

Please help in this formula

{=SUM(('[Summary1.xls]A1 1-3'!$C$3:$C$19268=B$11)*('[Summary1.xls]A1
1-3'!$E$3:$E$19268=$A9)*('[Summary1.xls]A1
1-3'!$G$3:$G$19268=$H3)*'[Summary1.xls]A1 1-3'!$S$3:$Y$19268)}
the result should read 24 anf it give 0

please advise
regards

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,203
Default Excel Jululian

If your formula actually works, then go ahead and mix S/Y. But typically a
formula like this looks for matching number of cells in each part of it. It
may actually work in your setup - without seeing it and testing, I can't be
sure.

I mentioned it because it was not a standard setup like I'm used to seeing.
But I haven't seen everything and it may work just fine as you have it once
you fix the missing ( problem. If it does work then, just ignore my comment
about S/Y.

"George A. Jululian" wrote:

many thanks on your replies why should i replace its with S and i went it Y

please advice

regards

"George A. Jululian" wrote:

Please help in this formula

{=SUM(('[Summary1.xls]A1 1-3'!$C$3:$C$19268=B$11)*('[Summary1.xls]A1
1-3'!$E$3:$E$19268=$A9)*('[Summary1.xls]A1
1-3'!$G$3:$G$19268=$H3)*'[Summary1.xls]A1 1-3'!$S$3:$Y$19268)}
the result should read 24 anf it give 0

please advise
regards

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
Excel Jululian George A. Jululian[_2_] Excel Discussion (Misc queries) 1 February 10th 10 04:07 PM
Jululian Excel George A. Jululian[_2_] Excel Discussion (Misc queries) 15 November 10th 09 07:21 AM
Jululian Excel George A. Jululian[_2_] Excel Discussion (Misc queries) 3 November 8th 09 10:49 AM
Jululian Excel George A. Jululian[_2_] Excel Discussion (Misc queries) 2 November 7th 09 08:48 AM
Excel Jululian George A. Jululian[_2_] Excel Discussion (Misc queries) 8 February 24th 09 12:56 PM


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