S
**{Steven}**
I have a set of numbers, a-e.
A usually equals e but can be less.
B remains constant.
C is the sum of A and B.
C cannot exceed D.
D remains constant
I have tried the following formula in the box for A, but C ends up being
less than D when I want it to equal D
=IF(C>D,E-(C-D))
What am I doing wrong?
A usually equals e but can be less.
B remains constant.
C is the sum of A and B.
C cannot exceed D.
D remains constant
I have tried the following formula in the box for A, but C ends up being
less than D when I want it to equal D
=IF(C>D,E-(C-D))
What am I doing wrong?