I need cell K54 to show 0 until a value is in cell K53. Then it should subtract the 7.77 from K3. Thanks.
I need cell K54 to show 0 until a value is in cell K53. Then it should subtract the 7.77 from K3. Thanks.
Last edited by racer3; 07-22-2019 at 06:36 PM.
Try this...
![]()
=IF(K53>0,K53-7.77,0)
Regards
sktneer
Treat people the way you want to be treated. Talk to people the way you want to be talked to.
Respect is earned NOT given.
Hi racer3,
Try this in K54
Formula:
=IF(K53=0,0,K53-7.77)
One test is worth a thousand opinions.
Click the * Add Reputation below to say thanks.
Thanks guys, both worked.
You're welcome! Glad we could help.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks