Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
KENNY
 
Posts: n/a
Default SUMIF not calculating

I have the SUMIF formula below that works if I manually
enter in the underlying data I wish to sum. I have tried
to clean up the data with TRIM and Value. When I do a
simple sum on this cleaned data, it works. When I use
this function is doesn't! I don't get it..

Help?!


=SUMIF($AP$8128:$AP$24510,$BE8128,$AR$8128:$AR$245 10)
  #2   Report Post  
Frank Kabel
 
Posts: n/a
Default

Hi
what is in cell BE8128 and give some example data for your range AR...

--
Regards
Frank Kabel
Frankfurt, Germany

"KENNY" schrieb im Newsbeitrag
...
I have the SUMIF formula below that works if I manually
enter in the underlying data I wish to sum. I have tried
to clean up the data with TRIM and Value. When I do a
simple sum on this cleaned data, it works. When I use
this function is doesn't! I don't get it..

Help?!


=SUMIF($AP$8128:$AP$24510,$BE8128,$AR$8128:$AR$245 10)


  #3   Report Post  
KENNY
 
Posts: n/a
Default

Hi Frank,

cell BE8128 is a word (I've substituted the actual word
instead of the cell reference, to no success.

Column AP Column AR
Dog 100
Cat 50
Dog 120
(Blank) (blank)
Cat 66


-----Original Message-----
Hi
what is in cell BE8128 and give some example data for

your range AR...

--
Regards
Frank Kabel
Frankfurt, Germany

"KENNY" schrieb im

Newsbeitrag
...
I have the SUMIF formula below that works if I manually
enter in the underlying data I wish to sum. I have

tried
to clean up the data with TRIM and Value. When I do a
simple sum on this cleaned data, it works. When I use
this function is doesn't! I don't get it..

Help?!


=SUMIF($AP$8128:$AP$24510,$BE8128,$AR$8128:$AR$245 10)


.

  #4   Report Post  
hgrove
 
Posts: n/a
Default


KENNY wrote...
cell BE8128 is a word (I've substituted the actual word instead of the

cell
reference, to no success.

Column AP Column AR
Dog 100
Cat 50
Dog 120
(Blank) (blank)
Cat 66

...
"KENNY" schrieb

...
=SUMIF($AP$8128:$AP$24510,$BE8128,$AR$8128:$AR$ 24510)


Try

=SUMIF($AP$8128:$AP$24510,"*"&$BE8128&"*",$AR$8128 :$AR$24510)


--
hgrove
------------------------------------------------------------------------
hgrove's Profile: http://www.excelforum.com/member.php...o&userid=11432
View this thread: http://www.excelforum.com/showthread...hreadid=319403

  #5   Report Post  
KENNY
 
Posts: n/a
Default

Thanks for the reply, but no luck
-----Original Message-----

KENNY wrote...
cell BE8128 is a word (I've substituted the actual word

instead of the
cell
reference, to no success.

Column AP Column AR
Dog 100
Cat 50
Dog 120
(Blank) (blank)
Cat 66

...
"KENNY" schrieb

...
=SUMIF($AP$8128:$AP$24510,$BE8128,$AR$8128:$AR $24510)


Try

=SUMIF

($AP$8128:$AP$24510,"*"&$BE8128&"*",$AR$8128:$AR$2 4510)


--
hgrove
----------------------------------------------------------

--------------
hgrove's Profile: http://www.excelforum.com/member.php?

action=getinfo&userid=11432
View this thread:

http://www.excelforum.com/showthread...hreadid=319403

.



  #6   Report Post  
Frank Kabel
 
Posts: n/a
Default

Hi
Harlan's formula should work even if you have leading/trailing
characters in your source data. Could you post the EXACT formula you
have tried and what the returned result was

--
Regards
Frank Kabel
Frankfurt, Germany

"KENNY" schrieb im Newsbeitrag
...
Thanks for the reply, but no luck
-----Original Message-----

KENNY wrote...
cell BE8128 is a word (I've substituted the actual word

instead of the
cell
reference, to no success.

Column AP Column AR
Dog 100
Cat 50
Dog 120
(Blank) (blank)
Cat 66

...
"KENNY" schrieb

...
=SUMIF($AP$8128:$AP$24510,$BE8128,$AR$8128:$AR $24510)


Try

=SUMIF

($AP$8128:$AP$24510,"*"&$BE8128&"*",$AR$8128:$AR$2 4510)


--
hgrove
----------------------------------------------------------

--------------
hgrove's Profile: http://www.excelforum.com/member.php?

action=getinfo&userid=11432
View this thread:

http://www.excelforum.com/showthread...hreadid=319403

.


  #7   Report Post  
KENNY
 
Posts: n/a
Default

Thanks Frank

Below are the three different approaches I tried:


=SUMIF
($AP$8128:$AP$24510,"*"&$BE8128&"*",$AR$8128:$AR$2 4510)

=SUMPRODUCT((AP8128:AP24510=BE8128)*(AR8128:AR2451 0))

=SUMIF($AP$8128:$AP$24510,$BE8128,$AR$8128:$AR$245 10)


They all return: #VALUE!







-----Original Message-----
Hi
Harlan's formula should work even if you have

leading/trailing
characters in your source data. Could you post the EXACT

formula you
have tried and what the returned result was

--
Regards
Frank Kabel
Frankfurt, Germany

"KENNY" schrieb im

Newsbeitrag
...
Thanks for the reply, but no luck
-----Original Message-----

KENNY wrote...
cell BE8128 is a word (I've substituted the actual

word
instead of the
cell
reference, to no success.

Column AP Column AR
Dog 100
Cat 50
Dog 120
(Blank) (blank)
Cat 66
...
"KENNY" schrieb
...
=SUMIF

($AP$8128:$AP$24510,$BE8128,$AR$8128:$AR$24510)

Try

=SUMIF

($AP$8128:$AP$24510,"*"&$BE8128&"*",$AR$8128:$AR$2 4510)


--
hgrove
-------------------------------------------------------

---
--------------
hgrove's Profile: http://www.excelforum.com/member.php?

action=getinfo&userid=11432
View this thread:

http://www.excelforum.com/showthread...hreadid=319403

.


.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to use SUMIF to return sums between two values located in cells ScottBerger Excel Worksheet Functions 2 April 23rd 23 09:05 PM
SUM(IF( Array to avoid #NUM! values Elijah Excel Worksheet Functions 7 November 21st 04 02:17 PM
SUMIF HELP PLEASE LOU Excel Worksheet Functions 2 November 19th 04 09:37 PM
sumif to add data in multiple sheets Sues Excel Worksheet Functions 4 November 18th 04 06:54 AM
Modify SUMIF and COUNTIF to work with SUBTOTALS SSHO_99 Excel Worksheet Functions 2 November 12th 04 11:36 PM


All times are GMT +1. The time now is 08:26 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"