PC Review


Reply
Thread Tools Rate Thread

How can I make this formula work?

 
 
Friðrik Björgvinsson
Guest
Posts: n/a
 
      19th Mar 2010
=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 With Quote
 
 
 
 
Stefi
Guest
Posts: n/a
 
      19th Mar 2010
=SUMPRODUCT(--(LEFT(A2:A2966,9)=$K$1),I2:I29666)

--
Regards!
Stefi



„Friðrik Björgvinsson” ezt *rta:

> =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 With Quote
 
Jacob Skaria
Guest
Posts: n/a
 
      19th Mar 2010
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 With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
I can't seem to make my formula work Dani. Microsoft Access 2 18th Nov 2009 01:00 AM
Make a formula work with a checkbox Miguel Microsoft Excel Programming 3 16th Jul 2009 03:09 PM
how to make a formula work for the whole column claudia Microsoft Excel Misc 6 11th Aug 2008 06:48 PM
Add to this formula to make it work jeannie v Microsoft Excel Worksheet Functions 3 4th Apr 2008 03:03 PM
FORMULA FOR EXPERT, PLS MAKE THIS WORK =?Utf-8?B?TW9o?= Microsoft Excel Programming 3 16th Jun 2006 03:02 PM


Features
 

Advertising
 

Newsgroups
 


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