View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pete_UK Pete_UK is offline
external usenet poster
 
Posts: 8,856
Default Sumproduct - use of some characters

You could use a term like this:

(LEFT(A1:A100,4)="16.9")

as one of the conditions in the SP formula, assuming it is column A
where your products are.

Hope this helps.



On Oct 7, 6:54*pm, MrRJ wrote:
Hello all,

In using Sumproduct, I have a column that contains similar products in which
I need to compute all of. *For example, in the Product column, there are
mulitple 16.9oz products. *Can I use 16.9*? *I tried, and it didn't work. *Is
left another option, if so, how would I use it?

Rich