Hi,
I am struggling to work the best way out to do this, I have one table that has a unique number for each entry, followed by a date, customer, Nett value, VAT, gross and number of other values. I am trying to do a backwards vlookup to the customer, so if it finds the customer it will display the date,
=IFERROR(VLOOKUP($A$1,CHOOSE({1,2},Sheet1!C:C,Sheet1!B:B),2,),"")
This same customer would have a number of entries in one month and I will need to find all the dates.
In the next column if the is a value in the first column it returns the customer name relevant to that entry.
=IFERROR(VLOOKUP($A$1,Sheet1!C:C,1),"")
Your help and guidance would be really appreciated in helping me.![]()
Bookmarks