G
Guest
Hi, I need help with an Excel formula. This is probably very easy, but I’m just not good with these things. All I want to do is the following: if the value in cell E2 is less than or equal to 1000, I want the value in cell H2 to be 1. If the value in cell E2 is 0, then I want the value in cell H2 to be 0. If the value in cell E2 is greater than 1000, then I want the value in cell H2 to be E2/1000. I hope I’ve explained this clearly. I started out using this sort of formula that I thought I could build on:
=IF(AND(1<E2, E2<=1000),1,0)
However, whenever I try to add more I keep getting either incorrect results, or error messages about too many argument, etc. If anyone can help I’d really appreciate it. Thank you in advance.
-B
=IF(AND(1<E2, E2<=1000),1,0)
However, whenever I try to add more I keep getting either incorrect results, or error messages about too many argument, etc. If anyone can help I’d really appreciate it. Thank you in advance.
-B