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.
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
we would recommend to debug and inspect the datatable value details within one of the immediate panels
What visually is present in Excel is not mandatory the same within the datatable and maybe this value is interpreted while reading range to a date in the format e.g. MM/DD/YYYY
For the analysis steps also have a look here (first parts, related to the analysis)