4 Barrel Harold
New Member
- Joined
- Jun 15, 2018
- Messages
- 21
Here is the problem I need help with, K60 changes constantly and 0nce K60 gets below 190 it starts giving negative Numbers. How can I fix this formula not to do that, Thanks 4 Barrel Harold
Code:
[/=IF(NOT(OR(K60>(K56+K48))),IF(K59>K60,K60-K56)*N13,K48*N13)CODE]
Here are the number that I'm currently using in the cells, any thing entered below 190 into K60 gives a neg no. Probably a simple fix like a ,0) at the end or something
=IF(NOT(OR(K60>(190+883))),IF((190+883)>K60,K60-190)*0.0091,883*0.0091)