Posted to microsoft.public.excel.worksheet.functions
|
|
Help With Formula
To resolve the issues that Biff has raised, perhaps this:
=IF(F6/4<=1.5, 0, MIN(INT((F6+3)/4)-1, 12))
Regards,
Greg
"Homerj24" wrote:
Hello-
Here is my current forumula:
=IF(F6<=4,"0",IF(F6<=8,"1",IF(F6<=12,"2",IF(F6<=16 ,"3",IF(F6<=20,"4",IF(F6<=24,"5",IF(F6<=28,"6",
IF(F6<=32,"7",IF(F6<=36,"8",IF(F6<=40,"9",IF(F6<=4 4,"10",IF(F6<=48,"11",IF(F6=52,"12")))))))))))) )
I am only allowed to use a certain number of commands in a formula,
correct? How do I get around that? Any help would be greatly
appriciated. Thanks!
--
Homerj24
------------------------------------------------------------------------
Homerj24's Profile: http://www.excelforum.com/member.php...o&userid=36652
View this thread: http://www.excelforum.com/showthread...hreadid=564001
|