Hello,
Would appreciate any assistance with this.. I have 2 excel files that need to be washed against the other to get unique sales. File A has all the Sale Ids, Sale Type (this column will usually have a '1' in it) and date of sale and File B has some of the sale IDs and date of sale.
I need the query to do the following
- Look up a sale in file A in file B and if its found then return the Sale Type (from file A)
- If the sale is not found in File B and the date of Sale is less than equal to 5 days, count as sale (Put a number one in column), else '0'
Thank you,