Good day all,
I have a series of data consisting of a date column, and a value column. The values relate to actual flow rates of a gas at minute intervals, with the date column in the form of dd/mm/yyyy hh:mm.
I then have a seperate set of data, on a seperate sheet relating to the nominations (the amount of gas that acutally should have flowed). This data is again set up in two columns, a date column in the same format, and another value column.
This data is only given on the hour.
To align my data, I need to insert the nomination next to the actual flow. Obviously this is going to consist of the same nomination value against all actual flows in the same hour (60 readings).
Now normally I would just accomplish this with a coulple of loops. For each actual time and value I would cycle through the nominations and find the value for the matching time. However, this is not very efficient, and possibly be better using the find function?
Any input into the best way to procede would be appreicated.
Thanks
I have a series of data consisting of a date column, and a value column. The values relate to actual flow rates of a gas at minute intervals, with the date column in the form of dd/mm/yyyy hh:mm.
I then have a seperate set of data, on a seperate sheet relating to the nominations (the amount of gas that acutally should have flowed). This data is again set up in two columns, a date column in the same format, and another value column.
This data is only given on the hour.
To align my data, I need to insert the nomination next to the actual flow. Obviously this is going to consist of the same nomination value against all actual flows in the same hour (60 readings).
Now normally I would just accomplish this with a coulple of loops. For each actual time and value I would cycle through the nominations and find the value for the matching time. However, this is not very efficient, and possibly be better using the find function?
Any input into the best way to procede would be appreicated.
Thanks