Hi All,
As a new developer, I am having difficulty to locate the Cell reference of EG134 which is dynamic every year as the report has multiple repetitive headers and 100’s of rows&cols. Kindly help.
• First we need to filter A and B cols with highlighted values below,
• then locate header “(Unit) Cost”,
• then under it, locate Year(2023) based on current date,
• then locate -1 month “Jul” month based on Current date(note: considering current month is Aug),
• then identify the cell EG134 and write data(assume value from an array or Datarow) there,
• and till year end Dec month of that current year i have to write data in loop.
The same i have to do for “Group (Unit) Cost” located at “GU” column.
Note: The years and months headers are repetitive under each section. i have hide many columns and rows in below image for better understanding.
Additional question: I have to repeat this process for 100’s of similar reports(~5MB). i know the Read range for such individual big file take a lot of time. Is there a way we can do this faster? pls help.