Forum Discussion
raghulck
Nov 23, 2021Copper Contributor
To find match data from 2 sheets ..............
i have employees names and id numbers in sheet 1 and employees completed particular training in the second sheet i used =isnumber(match.xx,xxx,xxx,true) this formula its notworking can anyoneone hel...
Nov 23, 2021
Hi raghulck,
Your formula should read as below.
=ISNUMBER(MATCH(D2,Sheet2!$D$2:$D$16,0))
Regards, Faraz Shaikh | Microsoft MVP, MCT, MIE, MOS Master, Excel Expert
If you find the above solution resolved your query don't forget mark as Official/Best Answer & like it to help the other members find it more.
- raghulckNov 23, 2021Copper Contributor
ExcelExcitingcan u help to type stepby step..
- raghulckNov 23, 2021Copper Contributorunable to followpls...