Hello everyone,
I am new to this forum and have a few questions. For a school assignment I have to make an automated report in word using VBA and excel but I have a problem filtering the data.
The file exists of 3 sheets:
- control (date selection and button to generate word report)
- data (measurements)
- transfer (filtered measurements)
1) I have a range of measurements with multiple values for each date (every day there are 12 measurements with some exceptions). I would like to filter the table and paste the filtered data in a 'transfer' sheet so I can use this to make the report. I tried an index match combination but this only gives me the 1st measurement for each date even when I drag the formula down to the other cells below.
2) when using the drag down menu in the control sheet, excel can not find the date I am looking for (#N/A) but when just entering a date by hand it does.
Thank you in advance,
Steve
control sheet:
data sheet:
transfer sheet:
I am new to this forum and have a few questions. For a school assignment I have to make an automated report in word using VBA and excel but I have a problem filtering the data.
The file exists of 3 sheets:
- control (date selection and button to generate word report)
- data (measurements)
- transfer (filtered measurements)
1) I have a range of measurements with multiple values for each date (every day there are 12 measurements with some exceptions). I would like to filter the table and paste the filtered data in a 'transfer' sheet so I can use this to make the report. I tried an index match combination but this only gives me the 1st measurement for each date even when I drag the formula down to the other cells below.
2) when using the drag down menu in the control sheet, excel can not find the date I am looking for (#N/A) but when just entering a date by hand it does.
Thank you in advance,
Steve
control sheet:
data sheet:
transfer sheet: