Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]() Hello I'm pretty much a novice at using Excel but made a formula a couple years ago to calculate freight. There are 2 basic scenarios, if the weight falls between a certain brackets it gets a set price or it gets multiplied by a percentage. I think the max number of if than statements is seven... correct? My excel file was corrupted about 3 months back and I have been unsuccessful in recreating it. I'm open to using a more appropriate formula or fixing the current one. Either way I appreciate the help. =IF(E4<=50,28,IF(E4<=305,42,IF(E4<=393,E4*0.1373,I F(E4<=500,54.05,IF(E4<=712,E4*0.1081,IF(E4<=1000,7 7)))))) Thanks Chris -- repke ------------------------------------------------------------------------ repke's Profile: http://www.excelforum.com/member.php...fo&userid=9890 View this thread: http://www.excelforum.com/showthread...hreadid=537916 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using variables as first and last cells in range statement | Excel Worksheet Functions | |||
VBA reseting variables | Excel Discussion (Misc queries) | |||
SET statement tutorial | Excel Discussion (Misc queries) | |||
If statement | Excel Discussion (Misc queries) | |||
Do I need a sumif or sum of a vlookup formula? | Excel Worksheet Functions |