BOM comparison - excel function

Dušica Garović 10 Reputation points
2026-08-13T06:58:27.5666667+00:00

I need to check if data from the current BOM ERP(article + quantity) is the same or have some differences from the master file (article + quantity).

I tried to do it with xlookup/if function but every time some error occurs, as it can be visible in the photo 2. For both equal data, function shows that the values are different. I don't know what can be the cause when all the data has the same format. User's image

User's image

Microsoft 365 and Office | Excel | For business | Other
0 comments No comments

6 answers

Sort by: Most helpful
  1. Dušica Garović 10 Reputation points
    2026-08-13T08:08:52.8666667+00:00

    The functions I used:

    =XLOOKUP(C4,H4:H35,H4:H35,"nije pronadjeno")

    =IF(COUNTIF(H6:H37,C6)=0,"ZA BRISANJE","OK")

    I couldnt attach the excel file in this form.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.