Forum Discussion

cheezy's avatar
cheezy
Copper Contributor
Jun 08, 2023
Solved

formula to finding matching/non matching values based on values in two columns

Hi    trying to find a formula that could achieve the following as column "required output" Trying to identify tasks that have the same ID but different times recorded      Time       TaskID   ...
  • Harun24HR's avatar
    Jun 08, 2023

    cheezy COUNTIFS() may work.

    =IF(COUNTIFS($B$2:$B$6,B2)=1,"No",IF(COUNTIFS($A$2:$A$6,A2,$B$2:$B$6,B2)=1,"Yes","No"))

     

     

Resources