• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Sum of 2 cells are equal to .................

Hi Naveena K H


You can use following with changes applicable to your data:


=IF(A1+A2>GETPIVOTDATA("Qtty",F1),"Yes","No")


Where A1 and A2 are cells you are referring to and "Qtty" is a variable in Pivot that you are summing in Values ares. You can see Excel Help for GETPIVOTDATA() and understand about "Qtty" & F1 Refrence.


Regards,
 
Hi Naveena K H


Please try this:


Code:
=IF((L34+L74)=GETPIVOTDATA("ISP Name",'Pivot Table'!A3),"Yes","No")


Regards,


Faseeh
 
Back
Top