Related:
- Sum a range only if certain text in another
- How to increase wifi range - Guide
- Excel vba range find - Guide
- Apple airtags range - Guide
- Excel vba copy range to another workbook - Guide
- Sum in french excel - Guide
1 response
venkat1926
Posts
1863
Registration date
Sunday 14 June 2009
Status
Contributor
Last seen
7 August 2021
811
27 Aug 2009 à 21:25
27 Aug 2009 à 21:25
your information is not complete
I assume the five text strings are in H8 to H12
and in I6 to I12 there are some numbers
now use this formula
=SUM(IF(H8:H12="CRM",I8:I12))
This is ana rray formula so INVOKE THIS FORMULA BY HITTING
CONTROL+SHIFT+ENTER.
I assume the five text strings are in H8 to H12
and in I6 to I12 there are some numbers
now use this formula
=SUM(IF(H8:H12="CRM",I8:I12))
This is ana rray formula so INVOKE THIS FORMULA BY HITTING
CONTROL+SHIFT+ENTER.
28 Aug 2009 à 01:09
You know I was sure I tried that. Must have made a dumb error in the formula somewhere. It was 4am my time.
I know... excuses, excuses. Knew it was an easy one. Thanks again, much appreciated.
14 Feb 2012 à 14:53
=sum(vlookup("CRM",C8:i12,5, false),vlookup("CRM",C8:i12,6, false))