N
Natty
I current have a function like this;
=COUNTIF(G3:G1176,â€story07â€)
This is okay it counts the number of story07’s in that range
I also have a SUMIF;
=SUMIF(G3:G1176,â€story07â€,H3:H1176)
H is the fee, so this adds all the fees for story07 together.
What I would like to do is count the number of story07 in the range that
fall into income bands
So something like …
=COUNTIF(G3:G1176,â€story07â€) AND SUMIF(H3:H1176,<5000)
But I don’t know how to have the two functions in one. Can anyone possibly
advise??
=COUNTIF(G3:G1176,â€story07â€)
This is okay it counts the number of story07’s in that range
I also have a SUMIF;
=SUMIF(G3:G1176,â€story07â€,H3:H1176)
H is the fee, so this adds all the fees for story07 together.
What I would like to do is count the number of story07 in the range that
fall into income bands
So something like …
=COUNTIF(G3:G1176,â€story07â€) AND SUMIF(H3:H1176,<5000)
But I don’t know how to have the two functions in one. Can anyone possibly
advise??