hi all, i am trying to do a vlookup between 2 excel sheets, where i will send an email reminder for days <= 10 days. for those that have <= 10 days appearing more than once, i will send the reminder in the same email. how can I achieve this?
in general you can do as following:
Part #1: Grouping the data on Name, process the groupmembers and retrieve the name when the condition is met
Part #2: use a lookup / LINQ / Filter Strategy for the different names, retrieved from part 1
Let us know if you need further help on this. But give a try and start with Part #1 along with the given HowTo