=IF(K4-J4<I4,K4-J4,I4)
I need to know how show zero if the answer is below zero...but keep the function above as well
=IF(K4-J4<I4,K4-J4,I4)
I need to know how show zero if the answer is below zero...but keep the function above as well
Is this what you want?
=IF(IF(K4-J4<I4,K4-J4,I4)<=0,0,IF(K4-J4<I4,K4-J4,I4))
oldchippy
-------------
![]()
![]()
Blessed are those who can give without remembering and take without forgetting
If you are happy with the help you have received, please click the <--- STAR icon on the left - Thanks.
Click here >>> Top Excel links for beginners to Experts
Forum Rules >>>Please don't forget to read these
Try
=MAX(0,MIN(K4-J4,I4))
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks