Forum Discussion

Chandrakanth K's avatar
Chandrakanth K
Copper Contributor
Aug 28, 2018
Solved

how to treat the null

Hello All,   I need help in comparing two columns and find out if its match or mismatch. And I need to exclude the amount which is in credit and I need to exclude blank cells in Column B & C. The...
  • SergeiBaklan's avatar
    Aug 28, 2018

    Hi,

     

    If you mean to exclude if any of B or C is blank when it could be

    =IF((A2>0)*LEN(B2)*LEN(C2)*(B2<>C2),"Mismatch","")

    and attached

Resources