Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Briscoz
  • Content: Threads
  • Order by date
  1. Briscoz

    "IF" function with undefined "OTHERWISE" item?

    Hi, Please, could you help me? I have problem with "IF" function. I have function named "f1" and "f2". f1:=0..10 f2:=0..10 Sum of these function cannot be greater that 10. If the sum is greater, then function is undefined. I tried do that by the help of the "IF" function. if(f1+f2<10,f1+f2,0)...

Part and Inventory Search

Back
Top