Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi
I am trying to do a sumif to look up on cells containing text as opposed to being exactly equal. For example, I have a cell containing the text NKE50Q-WH and want a formula that finds that cell in a sumif based on it containg the text E50 only. Any ideas much appreciated ! |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try...
=SUMIF(A2:A100,"*E50*",B2:B100) Adjust the ranges accordingly. Hope this helps! In article , Johnny M wrote: Hi I am trying to do a sumif to look up on cells containing text as opposed to being exactly equal. For example, I have a cell containing the text NKE50Q-WH and want a formula that finds that cell in a sumif based on it containg the text E50 only. Any ideas much appreciated ! |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
try:
=SUMIF(C1:C3,"=*E50*",D1:D3) HTH "Johnny M" wrote: Hi I am trying to do a sumif to look up on cells containing text as opposed to being exactly equal. For example, I have a cell containing the text NKE50Q-WH and want a formula that finds that cell in a sumif based on it containg the text E50 only. Any ideas much appreciated ! |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Brilliant ! Thought it would be something simple....
Many thanks "Toppers" wrote: try: =SUMIF(C1:C3,"=*E50*",D1:D3) HTH "Johnny M" wrote: Hi I am trying to do a sumif to look up on cells containing text as opposed to being exactly equal. For example, I have a cell containing the text NKE50Q-WH and want a formula that finds that cell in a sumif based on it containg the text E50 only. Any ideas much appreciated ! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
find partial text contained in another cell | Excel Discussion (Misc queries) | |||
Auto-adjust cell height to accommodate contained text. | Excel Discussion (Misc queries) | |||
Countif function for instances of text string contained | Excel Worksheet Functions | |||
Countif function for instances of text string contained | Excel Worksheet Functions | |||
searching a cell for a contained text word | Charts and Charting in Excel |