MunniMagic
New Member
- Joined
- Mar 6, 2014
- Messages
- 9
I have two columns of data, one which contains numbers and text (A), and the other which contains numbers only (B).
I currently have this formula which sums the values in A based upon the condition that col B contains a text value. This works.
=SUMPRODUCT(--(ISTEXT(A$25:A$1500)),B$25:B$1500) ..... (I used named ranges but have removed them for this)
What I need to do is to somoehow integrate the SUBTOTAL function into this formula, so that it only sums visible rows. I can't seem to get it to work.
Can you help?
Thanks in advance.
I currently have this formula which sums the values in A based upon the condition that col B contains a text value. This works.
=SUMPRODUCT(--(ISTEXT(A$25:A$1500)),B$25:B$1500) ..... (I used named ranges but have removed them for this)
What I need to do is to somoehow integrate the SUBTOTAL function into this formula, so that it only sums visible rows. I can't seem to get it to work.
Can you help?
Thanks in advance.