Hey Guys
I’m try to do the math on this.
if shoot days is greater than 4 and less than 8 return 4 but if its greater than 8 and less than 15 return 8.
IF({Shoot days} > 4,IF({Shoot days}<8,4),IF({Shoot days} > 8,IF({Shoot days}<15,8),{Shoot days}))
thanks

