Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
buyer1
 
Posts: n/a
Default sumif alphanumeric problems

I can not get sumif to recognize cells containing alphanumberic data. I have
changed the data to text but that still does not work.
  #2   Report Post  
Ken Wright
 
Posts: n/a
Default

Post an example of your data and your formula and let us know exactly what
you are expecting the formula to achieve.

--
Regards
Ken....................... Microsoft MVP - Excel
Sys Spec - Win XP Pro / XL 97/00/02/03

----------------------------------------------------------------------------
It's easier to beg forgiveness than ask permission :-)
----------------------------------------------------------------------------

"buyer1" wrote in message
...
I can not get sumif to recognize cells containing alphanumberic data. I

have
changed the data to text but that still does not work.



  #3   Report Post  
buyer1
 
Posts: n/a
Default

I am obtaining infomation from one spreadsheet and transferring it to another.
Sheet 1
A B C
3 1234567 ABC123 APPLES
4 1234558 B128TC ORANGES
5 1558799 4589 TOMATOES

Sheet 2
A B C
3 1234567 APPLES *
4 1234558 ORANGES

* =SUMIF(Sheet1!$A$3:$A$5,Sheet2!A3,Sheet1!$B$3:$B$5 )

My results will pick up the number 4589 in Sheet1 B5 but not the
alphanumberic in B3 or B4, the results will be listed as "0".

"Ken Wright" wrote:

Post an example of your data and your formula and let us know exactly what
you are expecting the formula to achieve.

--
Regards
Ken....................... Microsoft MVP - Excel
Sys Spec - Win XP Pro / XL 97/00/02/03

----------------------------------------------------------------------------
It's easier to beg forgiveness than ask permission :-)
----------------------------------------------------------------------------

"buyer1" wrote in message
...
I can not get sumif to recognize cells containing alphanumberic data. I

have
changed the data to text but that still does not work.




  #4   Report Post  
Jason Morin
 
Posts: n/a
Default

Are you sure you're not trying to count? You can't sum
alphanumeric.

=COUNTIF(Sheet1!$A$3:$A$5,Sheet2!A3)

HTH
Jason
Atlanta, Ga

-----Original Message-----
I am obtaining infomation from one spreadsheet and

transferring it to another.
Sheet 1
A B C
3 1234567 ABC123 APPLES
4 1234558 B128TC ORANGES
5 1558799 4589 TOMATOES

Sheet 2
A B C
3 1234567 APPLES *
4 1234558 ORANGES

* =SUMIF(Sheet1!$A$3:$A$5,Sheet2!A3,Sheet1!$B$3:$B$5 )

My results will pick up the number 4589 in Sheet1 B5 but

not the
alphanumberic in B3 or B4, the results will be listed

as "0".

"Ken Wright" wrote:

Post an example of your data and your formula and let

us know exactly what
you are expecting the formula to achieve.

--
Regards
Ken....................... Microsoft

MVP - Excel
Sys Spec - Win XP Pro / XL 97/00/02/03

-------------------------------------------------------

---------------------
It's easier to beg forgiveness than

ask permission :-)
-------------------------------------------------------

---------------------

"buyer1" wrote in

message
news:F53085E3-7350-4610-B149-

...
I can not get sumif to recognize cells containing

alphanumberic data. I
have
changed the data to text but that still does not

work.



.

  #5   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

What do you mean by that? Are you trying to sum textstrings?
If so you need to extract the numbers and then sum them, if there is a logic
to it like

abc123

where you always would have 3 letters followed by numbers then you can use

=SUMPRODUCT(--MID(A1:A20,4,255))

note that if there are blank cells or no numbers it will return an error

Regards,

Peo Sjoblom

"buyer1" wrote:

I can not get sumif to recognize cells containing alphanumberic data. I have
changed the data to text but that still does not work.



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
SUMIF - Range name to used for the "sum_range" portion of a SUMIF function Oscar Excel Worksheet Functions 2 January 11th 05 11:01 PM
help with "criterea" in the sumif function [email protected] Excel Worksheet Functions 3 December 17th 04 06:27 PM
SUMIF across a range of worksheets Mike@Q Excel Worksheet Functions 3 November 24th 04 02:36 PM
SUM(IF( Array to avoid #NUM! values Elijah Excel Worksheet Functions 7 November 21st 04 02:17 PM


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

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

About Us

"It's about Microsoft Excel"