I need to make a Formula with Nested IFs, currently i have =IF(C12<=500,VLOOKUP(C6,'Table 1'!B5:G35,3,FALSE)*Calculator!C12+250,IF(C12>=501<=1000,VLOOKUP(C6,'Table 1'!B5:G35,4,FALSE)*Calculator!C12+250,IF(C12>1001,VLOOKUP(C6,'Table 1'!B5:G35,3,FALSE)*Calculator!C12+250)))
The part that isnt working is the C12>=501<=1000 and im not sure why!
Solved by C. W. in 18 mins