Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try the below
=SUMIF(A2:A2966,$K$1 & "*",I2:I2966) The above formula will sum the values in I2:I2966 if the first characters in A2:A2966 are same as what is specified in cell K1. This works only for text strings. -- Jacob "Friðrik Björgvinsson" wrote: =SUMIF(A2(LEFT(A2:A2966;9)):A2966;$K$1;I2:I2966) or should it be =SUMIF(LEFT(A2:A2966;9);$K$1;I2:I2966) I'm using this formula for as you can see nearly 3000 rows, is there another way of doing it? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Make a formula work with a checkbox | Excel Programming | |||
how to make a formula work for the whole column | Excel Discussion (Misc queries) | |||
Add to this formula to make it work | Excel Worksheet Functions | |||
FORMULA FOR EXPERT, PLS MAKE THIS WORK | Excel Programming | |||
FORMULA FOR EXPERT, PLS MAKE THIS WORK | Excel Programming |