Hi, I have a data sheet where I need to draw out all the values in one column that match a specific criteria set in another.
I have data in worksheets Outgoings/income and I want to draw all the outgoing/income values from those two sheets based on whether it matches the week value. Maximum of 52 weeks.
So if column 4 (Column E) Week Value says '1', then the value in the same row is summed.
But I need it to count (Sum) all values in every row where number 1 is in column E (Week).
Effectively I am just trying to count all outgoings in Week 1, Week 2 etc etc, and then do the same with Income with same week No criteria.
The results need to go into a worksheet called 'Weekly Report' table so I can build reports.
PS I would like this to automatically count and report without having to press enter on a cell. VBA code most welcomed, I have a VBA that builds the database already so could be linked to the button press to record an entry.
Thank you, sorry if that is not clear, happy to clarify anything.
Best
J
I have data in worksheets Outgoings/income and I want to draw all the outgoing/income values from those two sheets based on whether it matches the week value. Maximum of 52 weeks.
So if column 4 (Column E) Week Value says '1', then the value in the same row is summed.
But I need it to count (Sum) all values in every row where number 1 is in column E (Week).
Effectively I am just trying to count all outgoings in Week 1, Week 2 etc etc, and then do the same with Income with same week No criteria.
The results need to go into a worksheet called 'Weekly Report' table so I can build reports.
PS I would like this to automatically count and report without having to press enter on a cell. VBA code most welcomed, I have a VBA that builds the database already so could be linked to the button press to record an entry.
Thank you, sorry if that is not clear, happy to clarify anything.
Best
J