I am passing Column A data in the form of Array and getting Column B and Column D data as Output, but I am getting data only first time not second time i.e. if I am passing {“23/10”,“23/11”} in array so I am getting result for 23/10 ( Result is 05/01/23 and 05/14/23 ) but for 23/11 getting null value.
Any expert, please?
Calender.xlsx (13.2 KB)
Get Date.xaml (10.7 KB)
Also let me know if there is any other way to get result.
@Anil_G
Basically I Need to Capture data against row value in Excel using Linq or any other method
Like in your given example I need to fetch
for 23/01 need 12/26/22 and 01/08/23
for 23/02 need 01/09/23 and 01/22/23
for 23/03 need 01/23/23 and 02/05/23
i.e. from and To value