I need a formula that uses a "nested" IF. Is this possible?
Here it is:
If miles > 0, then Miles*Rate per Mile
Otherwise If MinTons > 0, then MinTons *Rate,
Otherwise Tons * Rate.
In other words, if we have miles, it overrides everything else. If no miles then if minimum tons are greater than zero, multiply min. tons times rate, otherwise multiply tons times rate.
I can do this in Excel with nested "if" but can't seem to translate that to Access. Please advise!
Thanks. Karen
Here it is:
If miles > 0, then Miles*Rate per Mile
Otherwise If MinTons > 0, then MinTons *Rate,
Otherwise Tons * Rate.
In other words, if we have miles, it overrides everything else. If no miles then if minimum tons are greater than zero, multiply min. tons times rate, otherwise multiply tons times rate.
I can do this in Excel with nested "if" but can't seem to translate that to Access. Please advise!
Thanks. Karen