I have two forumlas:
Formula 1:
(ROUND(SUMIFS(G:G,A:A,"*YYY*",C:C,"*P10*")/0.05,0)*0.05)
Formula 2:
(1/10*(ROUND(SUMIFS(G:G,A:A,("<>*YYY*"),C:C,"*P10*")/0.05,0)*0.05))
I am trying to perform a logical test to check that Formula 1 is equal to 1/10th of Formula 2. I have used the below formula...