I need some help with a formula. I'm trying to work out the minimum value if greater than -365 but less that 365.
{=MIN(IF((E46:J46<365)*(E46:J46>-365),E46:J46))}
This is the formula I have so far, which is ignoring anything less that -365 and anything over 365.
It gives me the correct value if the minimum is less than 0 but anything greater than 0 is getting ignored, and the cell displays a 0.
For example,
E -42101
F 80
G -35
H 367
I "blank"
J "blank"
Then I will get -35 as my minimum value, if I delete this from the cell my minimum values turns to 0, when it should be 80.
Thank you in advance.