I need to know how to create a formula where a Unit Price will populate in column I based on whether or not Column D is in a specific range. I tried to enter as multiple IF STATEMENTS but can't get it to work
IF D2<500 then cell equals 4.95
IF D2>499 but <2000 then cell equals 9.95
IF D2>1999 but <10000 the cell equals 16.95
IF D2>9999 then cell equals 29.95
Please help! Thanks!
IF D2<500 then cell equals 4.95
IF D2>499 but <2000 then cell equals 9.95
IF D2>1999 but <10000 the cell equals 16.95
IF D2>9999 then cell equals 29.95
Please help! Thanks!