Hi, I have three different formulas I'm trying to set up and can't get any of them to work properly. Can someone help me where I'm going wrong?
In column P, I want to capture the value from column V if the account value in column S is between 40000 - 49999 or 50000-79999.
In column Q, I want to capture the value from column V if the account value in column S is between 50000-79999 or 90000-99999
In column R I want to caputre the value from column V if the account value in column S is less than 4000
My current formula in column P is =AND(T7<="49999")+AND(T7>="80000",T7<="89999")
My current formula in column Q is =AND(T7<="50000",T7>="79999")+AND(T7>="90000",T7<="99999")
My current forumla in column R is =IF(T7<"40000",V7,0). This forumal as written is picking up all account values, not just those under 40000
Also, any way to exclude the #VALUE! cells? Or make those cells 0?
In column P, I want to capture the value from column V if the account value in column S is between 40000 - 49999 or 50000-79999.
In column Q, I want to capture the value from column V if the account value in column S is between 50000-79999 or 90000-99999
In column R I want to caputre the value from column V if the account value in column S is less than 4000
My current formula in column P is =AND(T7<="49999")+AND(T7>="80000",T7<="89999")
My current formula in column Q is =AND(T7<="50000",T7>="79999")+AND(T7>="90000",T7<="99999")
My current forumla in column R is =IF(T7<"40000",V7,0). This forumal as written is picking up all account values, not just those under 40000
Also, any way to exclude the #VALUE! cells? Or make those cells 0?