G Guest Nov 3, 2007 #1 if a is less than 4500 then b, if a is greater than or equal to 4500 but less than 7500 then c, if a is greater or equal to 7500 then c
if a is less than 4500 then b, if a is greater than or equal to 4500 but less than 7500 then c, if a is greater or equal to 7500 then c
G Guest Nov 3, 2007 #2 tarabull said: if a is less than 4500 then b, if a is greater than or equal to 4500 but less than 7500 then c, if a is greater or equal to 7500 then c Click to expand... on the last "c" i meant "d"
tarabull said: if a is less than 4500 then b, if a is greater than or equal to 4500 but less than 7500 then c, if a is greater or equal to 7500 then c Click to expand... on the last "c" i meant "d"
R Ron Rosenfeld Nov 3, 2007 #3 if a is less than 4500 then b, if a is greater than or equal to 4500 but less than 7500 then c, if a is greater or equal to 7500 then c Click to expand... With "a" in A1: =VLOOKUP(A1,{-9.9999E+307,"b";4500,"c";7500,"d"},2) --ron
if a is less than 4500 then b, if a is greater than or equal to 4500 but less than 7500 then c, if a is greater or equal to 7500 then c Click to expand... With "a" in A1: =VLOOKUP(A1,{-9.9999E+307,"b";4500,"c";7500,"d"},2) --ron