Dummy Excel
Well-known Member
- Joined
- Sep 21, 2005
- Messages
- 1,004
- Office Version
- 2019
- 2010
- 2007
- Platform
- Windows
Hi All,
I have inherited a spreadsheet, which has the below formula. Can someone please explain to me what it means/trying to do??
Any help will be greatly appreciated
thanks
Sam
I have inherited a spreadsheet, which has the below formula. Can someone please explain to me what it means/trying to do??
Code:
=(INT(E2/70)*860+IF(MOD(E2,70)>=30,860,IF(20<=MOD(E2,70),550,MOD(E2,70)*92)))/E2
Any help will be greatly appreciated
thanks
Sam