pepschnops
New Member
- Joined
- Nov 9, 2010
- Messages
- 1
I need to make a formula that satisfied the following logic:
If F7 is less that 100,000 F7 equals 250
If F7 is greater than 100,000 but less than 500,000 F7 equals 537
If F7 is greater than 500,000 F7 equals 750
I tried making a formula but im useless...
=IF(F7<100,000,F7=250,F7>100000<500,000,F7=537,F7>500,000,F7=750
Any help on this would be greatly appreciated.
Thanks,
Matt
If F7 is less that 100,000 F7 equals 250
If F7 is greater than 100,000 but less than 500,000 F7 equals 537
If F7 is greater than 500,000 F7 equals 750
I tried making a formula but im useless...
=IF(F7<100,000,F7=250,F7>100000<500,000,F7=537,F7>500,000,F7=750
Any help on this would be greatly appreciated.
Thanks,
Matt