Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to use the below formula in cell C7:
=IF(P7=0,1,IF(P7=0<1,2,IF(P7=1<2,3,IF(P7=2<3,4,IF( P7=3<4,5,IF(P7=4,5,0)))))) The idea is that if P7 equals 0, then C7 will show 1 If P7 is greater than 0 and less than 1, then C7 will show 2 If P7 is equal to 1 but less than 2, then C7 will show 3 If P7 is equal to 2 but less than 3, then C7 will show 4 If P7 is equal to 3 but less than 4, then C7 will show 5 If P7 is greater than 4, then C7 will show 6 At present only '0' works in p7 showing '1' in C7 Thanks in anticipation, I am sure I will kick myself when I see the answer! Thanks Aaron |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula Greater than Less Than | Excel Discussion (Misc queries) | |||
smaller formula to sum together 4 columns, 3 of them next to one a | Excel Discussion (Misc queries) | |||
Way to Incorporate Trim Into Match/Index Formula | Excel Worksheet Functions | |||
Font size smaller and bigger in a formula | Excel Worksheet Functions | |||
Greater than, smaller than formula | Excel Worksheet Functions |