Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi, I cant seem to get the wildcard to work with a simple sumif
I have a range of numbers as below 597910001 587910001 567910001 I wish to sumif on the last five being 10001 I have tried =SUMIF(Plan!$A1:$A1000,"*10001",Plan!C1:C1000) =SUMIF(Plan!$A1:$A1000,"5???10001",Plan!C1:C1000) and all other sorts of variations. I would have thought the wildcard would work Thanks Craig |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Wildcards won't work on numeric values.
Try this... =SUMPRODUCT(--(RIGHT(Plan!$A1:$A1000,5)="10001"),Plan!C1:C1000) -- Biff Microsoft Excel MVP "craig" wrote in message ... Hi, I cant seem to get the wildcard to work with a simple sumif I have a range of numbers as below 597910001 587910001 567910001 I wish to sumif on the last five being 10001 I have tried =SUMIF(Plan!$A1:$A1000,"*10001",Plan!C1:C1000) =SUMIF(Plan!$A1:$A1000,"5???10001",Plan!C1:C1000) and all other sorts of variations. I would have thought the wildcard would work Thanks Craig |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Wildcard with sumif | Excel Discussion (Misc queries) | |||
Nesting SUMIF with Wildcard | Excel Worksheet Functions | |||
If text already contains a wildcard how do I countif, sumif etc.? | Excel Discussion (Misc queries) | |||
Sumif using wildcard | Excel Worksheet Functions | |||
SUMIF, wildcard and cell ref | Excel Worksheet Functions |