cjvhowells
New Member
- Joined
- Jan 26, 2022
- Messages
- 2
- Office Version
- 365
- Platform
- Windows
Hi there
I'm an absolute novice when it comes to Excel, and got so far with a lot of trial and error (and youtube videos). Unfortunately I've hit a wall!
I have an item at 4000mm in length, and I'm trying to make a cell that will divide it into quarters depending on the number entered into another cell.
i.e., if 0-1000 is entered into cell A then divide cell B by 0.25, if 1001-2000 is entered into cell A then divide cell B by 0.5 etc.
I've entered the formula below, it's allowing me to enter it without any errors but entering anything over 2000 doesn't seem to have any affect:
=IF(C4<1000,G10*0.25,IF(C4>OR1001,G10*0.5,IF(C4>OR52001G10*0.75,IF(C4>OR4001,G10*1))))
I'm guessing this is something to do with trying to use more than two lesser then/greater than sums in one formula?
I'm an absolute novice when it comes to Excel, and got so far with a lot of trial and error (and youtube videos). Unfortunately I've hit a wall!
I have an item at 4000mm in length, and I'm trying to make a cell that will divide it into quarters depending on the number entered into another cell.
i.e., if 0-1000 is entered into cell A then divide cell B by 0.25, if 1001-2000 is entered into cell A then divide cell B by 0.5 etc.
I've entered the formula below, it's allowing me to enter it without any errors but entering anything over 2000 doesn't seem to have any affect:
=IF(C4<1000,G10*0.25,IF(C4>OR1001,G10*0.5,IF(C4>OR52001G10*0.75,IF(C4>OR4001,G10*1))))
I'm guessing this is something to do with trying to use more than two lesser then/greater than sums in one formula?