Two Plus Two Newer Archives  

Go Back   Two Plus Two Newer Archives > Other Topics > Computer Technical Help
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 03-31-2007, 05:13 PM
Grizwold Grizwold is offline
Senior Member
 
Join Date: Sep 2005
Location: Non-Self-Weighting Class
Posts: 228
Default Arrrgh...More Excel Problems (Strange Row # Problem)

Unfortunately I'm working with a large spreadsheet, and have a ton of room for improvement. Even though my simple spreadsheets work perfect, I constantly have ideas for improvement, which requires more complex formulas that are accident prone. This is a formula that resembles the balance on mortgage(s) at the end of each year. I've entered 5 such formulas that work fine but when I come to row 100, there is a problem, the display in the cell reads #VALUE!...

This formula works fine:

=IF(Assumptions!L8=3,SUM('First Mortgage'!I88+'Second Mortgage'!I88+'Third Mortgage'!I88),IF(Assumptions!L8=2,SUM('First Mortgage'!I88+'Second Mortgage'!I88),IF(Assumptions!L8=1,'First Mortgage'!I88,IF(Assumptions!L8=0,0))))

This formula does not work:

=IF(Assumptions!L8=3,SUM('First Mortgage'!I100+'Second Mortgage'!I100+'Third Mortgage'!I100),IF(Assumptions!L8=2,SUM('First Mortgage'!I100+'Second Mortgage'!I100),IF(Assumptions!L8=1,'First Mortgage'!I100,IF(Assumptions!L8=0,0))))

The only thing that is changed is the row number from 88 to 100. I've also tried row 112, which does not work. So I guess there is some problem with triple digit row numbers?

Any advice is appreciated. Sorry to post many excel questions, and I fear I may have a few more this weekend.

Clark
Reply With Quote
  #2  
Old 04-01-2007, 02:10 AM
Grizwold Grizwold is offline
Senior Member
 
Join Date: Sep 2005
Location: Non-Self-Weighting Class
Posts: 228
Default Problem Solved (Admin May Delete Thread)

I managed to get the correct value by trying a new formula I found, Offset, which allows me to refer to cells in any range.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 09:16 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.