LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
DMB
 
Posts: n/a
Default The 7 nested If() function Limitation. Is there anouther way?

I need to be able to check for more alternatives. These are Structural
Hardware and my if statement chooses a holdown type base on a cell and the
capacity of the hardware.

=IF(C69=0, 0,
IF(C69<500, "N.R.",
IF( C69<3610, "PHD2",
IF( C69<4685, "PHD5",
IF( C69<5860, "PHD6",
IF( C69<8325, "HDQ8",
IF( C69<9615, "HHDQ11",
IF( C69<12350,
"HHDQ14", "VERIFY"))))))))

I need to do more checks after the 12350 lb capacity. There could be a dozen
or more needed.

Thankyou DMB
 
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
Several function questions (nested functions) miller Excel Worksheet Functions 6 October 10th 05 05:58 AM
Nested "If" Function Ms. P. Excel Worksheet Functions 8 August 19th 05 07:31 PM
Round a number in nested function kim Excel Worksheet Functions 1 July 6th 05 11:45 AM
clock Wildman Excel Worksheet Functions 2 April 26th 05 10:31 AM
Combining SUM Function with Nested If Statement Somecallmejosh Excel Discussion (Misc queries) 3 December 6th 04 04:25 PM


All times are GMT +1. The time now is 09:52 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"