View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Wild card * in Array

Try it as just SUMIF then: =SUMIF(Prod,"*"&"_100",Vol)

If above helps, pl press the YES button below
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:22,500 Files:370 Subscribers:66
xdemechanik
---
"ATL_Gabriel" wrote:
=SUM(IF(Prod={"Product_12","Product_100"},Vol,0))
Question 2: Can wild cards * be used lookup values i.e. *_100.