Bit of an odd one this and beyond my newbie Excel skills.
One cell in my sheet, L15, will have a decimal number in it like 1.34, 6.78 etc. I now need another cell to do the following.
If L15 = 0.00 return nothing leave the cell blank
If L15 = >1 but <2 return 2 (so to round up)
If L15 = >2 but <3 return 3 (so to round up)
If L15 = >3 but <4 return 4 (so to round up)
If L15 = >4 but <6 return 6 (so to round up but round up to the next even number)
If L15 = >6 but <8 return 8 (so to round up but round up to the next even number)
etc
Basically if the value of L15 is less than 4.00 it should return the next rounded up number but if L15 is greater than 4 it should return the next even number 6,8,10,12 etc. In reality it probably only needs to cope with a value up to 20 if that makes a difference. I don't really know how to write this without exceeding the number of nested statements I have in Excel 2003. Anyone know a way of doing this?
Bookmarks