I can do this with a metic sheet but I would like to try and do it all in 1 formula. NOT sure it can be done!
I currently have a formula that gives me a number. Let's call it 17.35
I then round the number to split them up into 2 different cells
Row 1 = 17.35
Row 2 =ROUND([Column1]1, 0) Answer is 17 (In Excel I use TRUNC)
Row 3 =[Column1]1 - [Column1]2 Answer is 0.35
Row 4 =IF([Column1]3 < 0.25, [Column1]2, IF([Column1]3 > 0.75, [Column1]2 + 1, [Column1]2 + 0.5)) Answer is 17.50