davidanaya11579
New Member
- Joined
- Dec 26, 2017
- Messages
- 11
I need to add an additional IF statement to a cell where I already have an IF statement. I need to add an additional IF statement to the below that states if A31="Destination Handling" then set a minimum limit value of 100 and a maximum limit value of 550 to P31, otherwise, use the below IF statement.
=NUMBERVALUE(IF(E31="per unit",K31*H31,H31))
Any ideas?
=NUMBERVALUE(IF(E31="per unit",K31*H31,H31))
Any ideas?