Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I am entering and IF expression with more than 7 nested functions. Is there
another way to enter formula which would work? =IF(AG6<6,AF6,IF(AG6=6,AF6-1,IF(AG6=7,AF6-2,IF(AG6=8,AF6-3,IF(AG6=9,AF6-4,IF(AG6=10,AF6-5,IF(AG6=11,AF6-6IF(AG6=12,AF6-7,IF(AG6=13,AF6-8,IF(AG6=14,AF6-9,IF(AG614,0)))))))))))) |
#2
![]() |
|||
|
|||
![]() |
#3
![]() |
|||
|
|||
![]()
Hi Linda,
You can't do that, as you see, but try this formula =IF(AF614,0,IF(AF6<6,AF6,AF6-MATCH(AG6-5,{1,2,3,4,5,6,7,8,9},0))) -- HTH ------- Bob Phillips "Linda Bolton" <Linda wrote in message ... I am entering and IF expression with more than 7 nested functions. Is there another way to enter formula which would work? =IF(AG6<6,AF6,IF(AG6=6,AF6-1,IF(AG6=7,AF6-2,IF(AG6=8,AF6-3,IF(AG6=9,AF6-4,IF (AG6=10,AF6-5,IF(AG6=11,AF6-6IF(AG6=12,AF6-7,IF(AG6=13,AF6-8,IF(AG6=14,AF6-9 ,IF(AG614,0)))))))))))) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? | Excel Discussion (Misc queries) | |||
How do I view the actual numeric value of a formula in Excel 2002. | Excel Worksheet Functions | |||
Enter Data Into Another Excel File Automatically | Excel Worksheet Functions | |||
how to enter a formula using column() function for a range | Excel Worksheet Functions | |||
Excel 2003 - Formula result shows as 0:00 | Excel Worksheet Functions |