Could somebody help point me in the right direction for the following;
I am creating an excel application (using vba if necessary) whereby I have a table of data with a date field, customer_name and quantity field on worksheet1. On a seperate worksheet (worksheet2) I have created a userform that allows the user to add a record which is appended to the table on weeksheet1. Now on a third worksheet (worksheet3) i wish to create a table that allows the user to select a date from a drop down list of all weeks of the year. This then selects all records in worksheet1 whereby the date field falls within the selected week from the drop down list. This should then automatically populate a cell in worksheet3 with the total quanity for that week! I am not expecting anyone to provide a full solution but any help/directions would be very much appreciated as although I am quite happy programming I am still fairly new to excel/vba! Many thanks.
I am creating an excel application (using vba if necessary) whereby I have a table of data with a date field, customer_name and quantity field on worksheet1. On a seperate worksheet (worksheet2) I have created a userform that allows the user to add a record which is appended to the table on weeksheet1. Now on a third worksheet (worksheet3) i wish to create a table that allows the user to select a date from a drop down list of all weeks of the year. This then selects all records in worksheet1 whereby the date field falls within the selected week from the drop down list. This should then automatically populate a cell in worksheet3 with the total quanity for that week! I am not expecting anyone to provide a full solution but any help/directions would be very much appreciated as although I am quite happy programming I am still fairly new to excel/vba! Many thanks.