Good evening,
I have created budget spreadsheet for myself and i'm just trying to tidy it up a bit. what i would like is count the amount in colum O when a certain word is present in column P, then when it's found that word search for the next one in named range 'income'.
I have searched for a couple of days but there doesn't seem to be much on sumifs.
the code is was using is:
I tried:
but i don't think that is right either.
any suggestions??
Thank you in advance
Andy
I have created budget spreadsheet for myself and i'm just trying to tidy it up a bit. what i would like is count the amount in colum O when a certain word is present in column P, then when it's found that word search for the next one in named range 'income'.
I have searched for a couple of days but there doesn't seem to be much on sumifs.
the code is was using is:
Code:
=SUMIFS($P:$P,$O:$O,Income)
Code:
=SUMPRODUCT(SUMIFS($P:$P,$O:$O,Income))
any suggestions??
Thank you in advance
Andy