Forum Discussion
Generate a report of price changes.
Mario,
Step 1
Create a new field beside the Price field and call it: (New Price).
Step 2
In the New Price field use https://support.office.com/en-us/article/VLOOKUP-function-0bbc8083-26fe-4963-8ab8-93a18ad188a1 to look into the price updates table and return the price update for each item.
Step 3
Create a new field beside the New Price and call it: (Change).
Step 4
In the Change field compare between the old price and the new price using the equality operator ( = ) to return a TRUE or a FALSE result.
Step 4
Filter the FALSE rows and create a new report from them.
- Mario AgostoJan 04, 2018Copper Contributor
Thank You so much for your help Haytham. I downloaded the files and was able to make them work, to the point the prices got updated. Now I just need to figure out how to filter them.
- Haytham AmairahJan 04, 2018Silver Contributor
I've used the https://support.office.com/en-us/article/Video-Advanced-filter-details-BBD0CB0A-8F90-43DF-BF77-6AD3774DC420, but you can also use the standard https://support.office.com/en-us/article/filter-data-in-a-range-or-table-01832226-31b5-4568-8806-38c37dcc180e.
It's very easy!