I have an Excel file, sheet name is sheet1. In this sheet1, I have a data where the first 5 rows have some information like date value and some other information.
I need to load the data from A5:Ad range at the same time I need fetch cell A3 value it has date value in it, I need to create one column in my table as date column and need to load that cell A3 value.
In one sheet I need to do 2 functionalities like I need to take range of values and cell value from A3 cell. Please give me some advice of yours. It would be very grateful. I googled but I didn't find anything for this. Till now I tried using openrowset option but it works for range of data if I want to fetch A3 cell value data I am failing.
Please provide your inputs.