R
Rick
It's a simple function, so far:
Function Commission(Fee)
If Fee = 45 Then Commission = 15 Else Commission = Fee * 0.35
End Function
I've named my ranges and the function is in VBAProject | Modules.
I'm at a loss.
Function Commission(Fee)
If Fee = 45 Then Commission = 15 Else Commission = Fee * 0.35
End Function
I've named my ranges and the function is in VBAProject | Modules.
I'm at a loss.
) in a range reference.