#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 29
Default sumif function

If there is a specific keyword, like "expense", in column A and I need to
return all the values contained in another column, but several of the
"expense" cells in column A have other words in the cell with it, is there
anyway to search just on "expense" in the column A eventhough some of the
cells have other words in it? Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
Default sumif function

hi
you can use the wild card character star(*).
=sumif(A2:A100,"*expence*",B2:B100)
but you didn't say if the word expence was before, after or in the middle.

1 "expence*" for "expence A"
2 "*expence" for "big expence"
3 "*expence*" for "big expence A"

meaning that you can use the wild card character several ways.
number 3 above should pick them all up

regards
FSt1

"dannyboy8" wrote:

If there is a specific keyword, like "expense", in column A and I need to
return all the values contained in another column, but several of the
"expense" cells in column A have other words in the cell with it, is there
anyway to search just on "expense" in the column A eventhough some of the
cells have other words in it? Thanks

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to nest a left function within a sumif function? LisaK Excel Worksheet Functions 2 April 23rd 23 11:46 AM
How do I use the TODAY function with the SUMIF function? Lisa B. Excel Worksheet Functions 2 September 30th 05 08:51 PM
SUMIF Function Inside SUMPRODUCT Function Abdul Waheed Excel Worksheet Functions 17 September 19th 05 04:24 PM
Can SUMIF function include AND function ShaneS Excel Worksheet Functions 1 May 17th 05 03:24 AM
SUMIF - Range name to used for the "sum_range" portion of a SUMIF function Oscar Excel Worksheet Functions 2 January 11th 05 11:01 PM


All times are GMT +1. The time now is 11:31 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"