Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default QP formulas not working in Excel

Can't get the formulas I used in Quatro Pro to calculate in Excel: circular
reference that wasn't abated by changing iterations. Having a senior moment
and can't identify what I'm missing. Formulas shown below. Be grateful for
any input. Thanks.
B93=n1
E97= n2
D98=n3
B102=(B111-D98)
C102=(C111-D98)
D102=(D111-D98)
E102=(E111-D98)
B103=(IF(ABS(D110-D109)0.000002,B103+(D110-D109)/2,B103))
C103=((C102/C111)*100)
D103=((D102/D111)*100)
E103=((E102/E111)*100)
B104=((B111-E97)*B105/100)
C104=(IF(B105<0.00001,0,IF(B1050.00001,B104-((B111-C111)/3),0)))
D104=(IF(B105<0.00001,0,IF(B1050.00001,C104-((C111-D111)/2),0)))
E104=(IF(B1050.00001,IF(E111B111,B104+(E111-B111)*(0.666666666666667),IF(E111C111,B104-(B111-E111)/3,IF(E111D111,C104-(C111-E111)/2,D104-(D111-E111)/2))),0))
B105=10
C105=(C104/(C111-E97)*100)
D105=(D104/(D111-E97)*100)
E105=(E104/(E111-E97)*100)
B106=((D98-D82)*B107/100)
C106=(B106)
D106=(B106)
E106=(B106)
B107=23
C107=(B107)
D107=(B107)
E107=(B107)
B108=(SUM(B102-B104-B106))
C108=(SUM(C102-C104-C106))
D108=(SUM(D102-D104-D106))
E108=(SUM(E102-E104-E106))
B109=(B108/B111*100)
C109=(C108/C111*100)
D109=(D108/D111*100)
E109=(E108/E111*100)
D110=12
B111=(D98/(1-B103/100))
C111=(B111-((B111)*C101/100))
D111=(C111-((B111)*D101/100))
E111=n4
B112=(B93)
C112=(B93)
D112=(B93)
E112=(B93)
B113=(B111+B112)
C113=(C111+C112)
D113=(D111+D112)







  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 622
Default QP formulas not working in Excel

On May 2, 2:34 pm, Westech wrote:
Can't get the formulas I used in Quatro Pro to calculate in Excel: circular
reference that wasn't abated by changing iterations. Having a senior moment
and can't identify what I'm missing. Formulas shown below. Be grateful for
any input. Thanks.
B93=n1
E97= n2
D98=n3
B102=(B111-D98)
C102=(C111-D98)
D102=(D111-D98)
E102=(E111-D98)
B103=(IF(ABS(D110-D109)0.000002,B103+(D110-D109)/2,B103))
C103=((C102/C111)*100)
D103=((D102/D111)*100)
E103=((E102/E111)*100)
B104=((B111-E97)*B105/100)
C104=(IF(B105<0.00001,0,IF(B1050.00001,B104-((B111-C111)/3),0)))
D104=(IF(B105<0.00001,0,IF(B1050.00001,C104-((C111-D111)/2),0)))
E104=(IF(B1050.00001,IF(E111B111,B104+(E111-B111)*(0.666666666666667),IF(E111C111,B104-(B111-E111)/3,IF(E111D111,C104-(C111-E111)/2,D104-(D111-E111)/2))),0))
B105=10
C105=(C104/(C111-E97)*100)
D105=(D104/(D111-E97)*100)
E105=(E104/(E111-E97)*100)
B106=((D98-D82)*B107/100)
C106=(B106)
D106=(B106)
E106=(B106)
B107=23
C107=(B107)
D107=(B107)
E107=(B107)
B108=(SUM(B102-B104-B106))
C108=(SUM(C102-C104-C106))
D108=(SUM(D102-D104-D106))
E108=(SUM(E102-E104-E106))
B109=(B108/B111*100)
C109=(C108/C111*100)
D109=(D108/D111*100)
E109=(E108/E111*100)
D110=12
B111=(D98/(1-B103/100))
C111=(B111-((B111)*C101/100))
D111=(C111-((B111)*D101/100))
E111=n4
B112=(B93)
C112=(B93)
D112=(B93)
E112=(B93)
B113=(B111+B112)
C113=(C111+C112)
D113=(D111+D112)


B103 references itself.
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default QP formulas not working in Excel

In QP the circular reference eventually calculates to a number- can't get the
same results in Excel even though I changed the number of iterations.
Thanks, though.

"Spiky" wrote:

On May 2, 2:34 pm, Westech wrote:
Can't get the formulas I used in Quatro Pro to calculate in Excel: circular
reference that wasn't abated by changing iterations. Having a senior moment
and can't identify what I'm missing. Formulas shown below. Be grateful for
any input. Thanks.
B93=n1
E97= n2
D98=n3
B102=(B111-D98)
C102=(C111-D98)
D102=(D111-D98)
E102=(E111-D98)
B103=(IF(ABS(D110-D109)0.000002,B103+(D110-D109)/2,B103))
C103=((C102/C111)*100)
D103=((D102/D111)*100)
E103=((E102/E111)*100)
B104=((B111-E97)*B105/100)
C104=(IF(B105<0.00001,0,IF(B1050.00001,B104-((B111-C111)/3),0)))
D104=(IF(B105<0.00001,0,IF(B1050.00001,C104-((C111-D111)/2),0)))
E104=(IF(B1050.00001,IF(E111B111,B104+(E111-B111)*(0.666666666666667),IF(E111C111,B104-(B111-E111)/3,IF(E111D111,C104-(C111-E111)/2,D104-(D111-E111)/2))),0))
B105=10
C105=(C104/(C111-E97)*100)
D105=(D104/(D111-E97)*100)
E105=(E104/(E111-E97)*100)
B106=((D98-D82)*B107/100)
C106=(B106)
D106=(B106)
E106=(B106)
B107=23
C107=(B107)
D107=(B107)
E107=(B107)
B108=(SUM(B102-B104-B106))
C108=(SUM(C102-C104-C106))
D108=(SUM(D102-D104-D106))
E108=(SUM(E102-E104-E106))
B109=(B108/B111*100)
C109=(C108/C111*100)
D109=(D108/D111*100)
E109=(E108/E111*100)
D110=12
B111=(D98/(1-B103/100))
C111=(B111-((B111)*C101/100))
D111=(C111-((B111)*D101/100))
E111=n4
B112=(B93)
C112=(B93)
D112=(B93)
E112=(B93)
B113=(B111+B112)
C113=(C111+C112)
D113=(D111+D112)


B103 references itself.

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
My formulas in excel are suddenly not working. Help! mathteacher Excel Worksheet Functions 5 April 26th 08 08:08 AM
WHY DO FORMULAS STOP WORKING IN EXCEL George Excel Worksheet Functions 1 May 17th 06 11:03 PM
Formulas Not Working in Excel 2003 [email protected] Excel Discussion (Misc queries) 5 May 3rd 06 07:52 PM
working with excel worksheets, formulas wayne New Users to Excel 1 January 25th 06 03:31 PM
formulas in excel are not working Csmith Excel Worksheet Functions 3 January 12th 06 04:31 PM


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