Forum Discussion

Ian955's avatar
Ian955
Copper Contributor
Oct 26, 2020
Solved

Comparing a price list to an invoice

Hi, I have a price list & an invoice both of which are very long, the supplier is charging more for some items on their invoice than agreed in the price list but not all items, I would like a formul...
  • HansVogelaar's avatar
    Oct 26, 2020

    Ian955 

    In J4:

    =H4-VLOOKUP(E4,$A$4:$C$8,3,FALSE)

    if you want to compare the prices, or

    =G4*(H4-VLOOKUP(E4,$A$4:$C$8,3,FALSE))

    if you want to calculate the overcharge on the total.

    Adjust the range, then fill down.

Resources