Re: formula too long!
- From: Toppers <Toppers@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 2 Jul 2006 05:33:01 -0700
Bob,
The second half of the formula uses C1-Sheet1!C52 so (I believe)
using your solution will give an incorrect result as in your response both
portions are using C1+Sheet1!C52.
"Bob Phillips" wrote:
To start I would create a name (Insert>Name>Define...) of say Half with a.
refers to value of
=0.5*(C1+Sheet1!C52)
then another for one formula of say P0 with a refers to value of
=(POISSON(0,Half,FALSE))
and then use
(POISSON(1,0.Half,FALSE))*P0+
(POISSON(2,0.Half,FALSE))*P0+
(POISSON(2,0.Half,FALSE))*P0+
(POISSON(3,0.Half,FALSE))*P0+
(POISSON(4,0.Half,FALSE))*P0+
(POISSON(5,0.Half,FALSE))*(POISSON(6,0.5*(C1-Sheet1!C52),FALSE))+
(POISSON(7,0.Half,FALSE))*P0+
(POISSON(2,0.Half,FALSE))*(POISSON(1,0.5*(C1-Sheet1!C52),FALSE))
or take it further and replace FALSE by 0
(POISSON(1,0.Half,0))*P0+
(POISSON(2,0.Half,0))*P0+
(POISSON(2,0.Half,0))*P0+
(POISSON(3,0.Half,0))*P0+
(POISSON(4,0.Half,0))*P0+
(POISSON(5,0.Half,0))*(POISSON(6,0.5*(C1-Sheet1!C52),0))+
(POISSON(7,0.Half,0))*P0+
(POISSON(2,0.Half,0))*(POISSON(1,0.5*(C1-Sheet1!C52),0))
--
HTH
Bob Phillips
(replace somewhere in email address with gmail if mailing direct)
"phil2006" <phil2006.2abbhz_1151834401.8705@xxxxxxxxxxxxxxxxxxxxx> wrote in
message news:phil2006.2abbhz_1151834401.8705@xxxxxxxxxxxxxxxxxxxxxxxx
(POISSON(1,0.5*(C1+Sheet1!C52),FALSE))*(POISSON(0,0.5*(C1-Sheet1!C52),FALSE)
I have the following formula:
)+(POISSON(2,0.5*(C1+Sheet1!C52),FALSE))*(POISSON(0,0.5*(C1-Sheet1!C52),FALS
E))+(POISSON(2,0.5*(C1+Sheet1!C52),FALSE))*(POISSON(0,0.5*(C1-Sheet1!C52),FA
LSE))+(POISSON(3,0.5*(C1+Sheet1!C52),FALSE))*(POISSON(0,0.5*(C1-Sheet1!C52),
FALSE))+(POISSON(4,0.5*(C1+Sheet1!C52),FALSE))*(POISSON(0,0.5*(C1-Sheet1!C52
),FALSE))+(POISSON(5,0.5*(C1+Sheet1!C52),FALSE))*(POISSON(6,0.5*(C1-Sheet1!C
52),FALSE))+(POISSON(7,0.5*(C1+Sheet1!C52),FALSE))*(POISSON(0,0.5*(C1-Sheet1
!C52),FALSE))+(POISSON(2,0.5*(C1+Sheet1!C52),FALSE))*(POISSON(1,0.5*(C1-Shee
t1!C52),FALSE))
http://www.excelforum.com/member.php?action=getinfo&userid=35092
and need to add more, is there anyway I can reduce the size because i
am being told it is too long!
Thanks
--
phil2006
------------------------------------------------------------------------
phil2006's Profile:
View this thread: http://www.excelforum.com/showthread.php?threadid=557653
- Follow-Ups:
- Re: formula too long!
- From: Bob Phillips
- Re: formula too long!
- References:
- formula too long!
- From: phil2006
- Re: formula too long!
- From: Bob Phillips
- formula too long!
- Prev by Date: Re: Need multiple users advice
- Next by Date: Re: Need multiple users advice
- Previous by thread: Re: formula too long!
- Next by thread: Re: formula too long!
- Index(es):