Advertisement
ExcelCalcs
Welcome, Guest
Please Login or Register.    Lost Password?
Solved (1 viewing) (1) Guest
Use this forum to discuss any problems, user suggestions or any other issue regarding the XLC software.
Go to bottom Post Reply Favoured: 0
TOPIC: Solved
#1126
megamaxx (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Error in nested IF w/ AND function 2 Months ago Karma: 0  
Hi there! I was making an excel template for calculations of allowable stress for aluminum frames.when I took a look at the rendered XLC formula.. there was a slight error in it. kindly look at the attached file.

"d10" is supposed to be "S".

i know that this is just a slight issue, but nonetheless i am giving my comment to further improve d XLC program.

thanks and more power to you and to XLC!

-moises villar-
civil engineer


-sori i cant seem to attach the xls file. ill repeat my post tomorrow.. my apologies
 
Report to moderator   Logged Logged  
 
Last Edit: 2008/06/24 12:29 By megamaxx.
  The administrator has disabled public write access.
#1127
JohnDoyle (Admin)
Admin
Posts: 424
graph
User Online Now Click here to see the profile of this user
Gender: Male MoreVision Location: LEEDS, WEST YORKSHIRE, UK Birthdate: 1965-02-24
testing attachments 2 Months ago Karma: 471  
I am just checking the file attachments work in the forum.
File Attachment:
File Name: test_attachment.xls
File Size: 13824
 
Report to moderator   Logged Logged  
 
Talk to me about training.
Talk to me about engineering consultancy work and finite element analysis.
  The administrator has disabled public write access.
#1128
JohnDoyle (Admin)
Admin
Posts: 424
graph
User Online Now Click here to see the profile of this user
Gender: Male MoreVision Location: LEEDS, WEST YORKSHIRE, UK Birthdate: 1965-02-24
Re:testing attachments 2 Months ago Karma: 471  
File attachments seems to be working OK moises. I am looking forward to receiving your attachment.
 
Report to moderator   Logged Logged  
 
Talk to me about training.
Talk to me about engineering consultancy work and finite element analysis.
  The administrator has disabled public write access.
#1130
megamaxx (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Re:testing attachments 2 Months ago Karma: 0  
Got it sir!

here is the file! at last i was able to attach it!






JohnDoyle wrote:
QUOTE:
File attachments seems to be working OK moises. I am looking forward to receiving your attachment.
File Attachment:
File Name: Box_Sections.xls
File Size: 28672
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#1131
JohnDoyle (Admin)
Admin
Posts: 424
graph
User Online Now Click here to see the profile of this user
Gender: Male MoreVision Location: LEEDS, WEST YORKSHIRE, UK Birthdate: 1965-02-24
Solved 2 Months ago Karma: 471  
moises I think that their is a " " character in the formula which is causing the problem. Your cell formula reads:
=IF(D10<D12,9.5*6.895, IF(AND(D12<D10, D10<D14), (10.5-0.07*SQRT(D10))*6.895, IF(D10>D14, (23600/D10)*6.895, ERROR)))
If you change this to:
=IF(D10<D12,9.5*6.895, IF(AND(D12<D10,D10<D14), (10.5-0.07*SQRT(D10))*6.895, IF(D10>D14, (23600/D10)*6.895, ERROR)))
Notice the " " character remove in front of "D10<D14"
Now your equation will be rendered correctly.

I'll be able to fix this bug in a future release but if you could use this work around for now.

Thanks for reporting this in. I really rely on user feedback to notice these bugs so that I can improve the product in the future.
 
Report to moderator   Logged Logged  
 
Talk to me about training.
Talk to me about engineering consultancy work and finite element analysis.
  The administrator has disabled public write access.
#1132
megamaxx (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Re:Solved 2 Months ago Karma: 0  
Oh i see! Ok i'll try that in my formula again. Thanks big help!
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply