Nov 3, 2022 #1 jlr123 Technical User Joined Feb 24, 2014 Messages 117 Location US I need a formula that represents the folowing: If b2=c2 and R2>0 then R2 else 0 Could use the help today if possible. Thanks very much!
I need a formula that represents the folowing: If b2=c2 and R2>0 then R2 else 0 Could use the help today if possible. Thanks very much!
Nov 3, 2022 1 #2 Andrzejek Programmer Joined Jan 10, 2006 Messages 8,578 Location US How about: [tt]=IF(AND(B2=C2, R2>0), R2, 0)[/tt] More about AND function here ---- Andy "Hmm...they have the internet on computers now"--Homer Simpson Upvote 0 Downvote
How about: [tt]=IF(AND(B2=C2, R2>0), R2, 0)[/tt] More about AND function here ---- Andy "Hmm...they have the internet on computers now"--Homer Simpson