krispatterson
Board Regular
- Joined
- Apr 28, 2017
- Messages
- 51
Morning all
Data, as follows:
A - list of dates
B - list of names
C&D - list of £ amounts
E - list of figures between 0 & 4
F - list of dates: 01/11/16, 01/12/16, 01/01/17 etc
I need a formula that:
> pulls out all dates from A within a month of the date in F
> sorts by the names in B
> sorts by an array of numbers in E
> adds up the figures from C+D
So, example: I need all instances of dates in November 16 (A), where the name is "Chris" (B), where the figures are 1:3 (E) - then a sum of the £s in C&D on the basis of that criteria.
Again, I'm pretty good at writing singular formulas but when it comes to working out on multiple arrays, I really struggle... I think I need a SUMPRODUCT, but I just can't write it properly!
Can you help please? Thanks in advance!
Data, as follows:
A - list of dates
B - list of names
C&D - list of £ amounts
E - list of figures between 0 & 4
F - list of dates: 01/11/16, 01/12/16, 01/01/17 etc
I need a formula that:
> pulls out all dates from A within a month of the date in F
> sorts by the names in B
> sorts by an array of numbers in E
> adds up the figures from C+D
So, example: I need all instances of dates in November 16 (A), where the name is "Chris" (B), where the figures are 1:3 (E) - then a sum of the £s in C&D on the basis of that criteria.
Again, I'm pretty good at writing singular formulas but when it comes to working out on multiple arrays, I really struggle... I think I need a SUMPRODUCT, but I just can't write it properly!
Can you help please? Thanks in advance!