Re: formula too long!
- From: "Bob Phillips" <bob.NGs@xxxxxxxxxxxxx>
- Date: Sun, 2 Jul 2006 17:55:53 +0100
You are right, my P0 should be
=(POISSON(0,0.5*(C1-Sheet1!C52),FALSE))
--
HTH
Bob Phillips
(replace somewhere in email address with gmail if mailing direct)
"Toppers" <Toppers@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:6A2754A7-399D-4BCF-8824-9C1EC7FC8E95@xxxxxxxxxxxxxxxx
Bob,believe)
The second half of the formula uses C1-Sheet1!C52 so (I
using your solution will give an incorrect result as in your response botha
portions are using C1+Sheet1!C52.
"Bob Phillips" wrote:
To start I would create a name (Insert>Name>Define...) of say Half with
inrefers 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
(POISSON(1,0.5*(C1+Sheet1!C52),FALSE))*(POISSON(0,0.5*(C1-Sheet1!C52),FALSE)message news:phil2006.2abbhz_1151834401.8705@xxxxxxxxxxxxxxxxxxxxxxxx
I have the following formula:
LS
)+(POISSON(2,0.5*(C1+Sheet1!C52),FALSE))*(POISSON(0,0.5*(C1-Sheet1!C52),FA
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
!C
),FALSE))+(POISSON(5,0.5*(C1+Sheet1!C52),FALSE))*(POISSON(6,0.5*(C1-Sheet1
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
http://www.excelforum.com/showthread.php?threadid=557653t1!C52),FALSE))------------------------------------------------------------------------
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:http://www.excelforum.com/member.php?action=getinfo&userid=35092
View this thread:
.
- References:
- formula too long!
- From: phil2006
- Re: formula too long!
- From: Bob Phillips
- Re: formula too long!
- From: Toppers
- formula too long!
- Prev by Date: Re: Excel 2007: More control over graphs wanted
- Next by Date: Re: adding another document
- Previous by thread: Re: formula too long!
- Next by thread: Re: formula too long!
- Index(es):