Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default SUMPRODUCT not returning TEXT value

Hi All....
All12! column K contains TEXT, like A+
This formula works fine if I use a different column than K which contains
numbers but will not return the A+ value from column K......returns #VALUE!
instead.

=SUMPRODUCT((All12!$A$12:$A$15000=DATA!$A$1)*(All1 2!$Q$12:$Q$15000=DATA!$K$2)*(All12!$K$12:$K$15000) )


Is there a way to return TEXT values from column K if values in A and Q
meet the criteria?

TIA
Vaya con Dios,
Chuck, CABGx3


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default SUMPRODUCT not returning TEXT value


CLR;332763 Wrote:
Hi All....
All12! column K contains TEXT, like A+
This formula works fine if I use a different column than K which
contains
numbers but will not return the A+ value from column K......returns
#VALUE!
instead.

=SUMPRODUCT((All12!$A$12:$A$15000=DATA!$A$1)*(All1 2!$Q$12:$Q$15000=DATA!$K$2)*(All12!$K$12:$K$15000) )


Is there a way to return TEXT values from column K if values in A and
Q
meet the criteria?

TIA
Vaya con Dios,
Chuck, CABGx3


Hi,

SUMPRODUCT will not return values, but sum or count.
Maybe you need to add (All12!$K$12:$K$15000="A+") ?

HOW TO GET FURTHER HELP WITH A WORKBOOK
For further help with it why not join our forums (shown in
the link below) it's completely free, if you do join you will have the
opportunity to add attachmnets to your posts so you can add workbooks to
better illustrate your problems and get help directly with them. Also if
you do join please post in this thread (link found below) so that people
who have been following or helping with this query can continue to do
so. :)


--
Pecoflyer

Cheers -
------------------------------------------------------------------------
Pecoflyer's Profile: http://www.thecodecage.com/forumz/member.php?userid=14
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=92992

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,441
Default SUMPRODUCT not returning TEXT value

Chuck,

If only one pair matches

=INDEX(All12!$K:$K,SUMPRODUCT((All12!$A$12:$A$1500 0=DATA!$A$1)*(All12!$Q$12:$Q$15000=DATA!$K$2)*ROW( K12:K15000))


Otherwise, you need to limit to one match - enter using Ctrl-Shift-Enter

=INDEX(All12!$K:$K,MIN(IF((All12!$A$12:$A$15000=DA TA!$A$1)*(All12!$Q$12:$Q$15000=DATA!$K$2),ROW(K12: K15000))))

HTH,
Bernie
MS Excel MVP


"CLR" wrote in message
...
Hi All....
All12! column K contains TEXT, like A+
This formula works fine if I use a different column than K which contains
numbers but will not return the A+ value from column K......returns #VALUE!
instead.

=SUMPRODUCT((All12!$A$12:$A$15000=DATA!$A$1)*(All1 2!$Q$12:$Q$15000=DATA!$K$2)*(All12!$K$12:$K$15000) )


Is there a way to return TEXT values from column K if values in A and Q
meet the criteria?

TIA
Vaya con Dios,
Chuck, CABGx3




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
Sumproduct not returning data Trish Smith Excel Worksheet Functions 4 October 28th 08 07:07 PM
SUMPRODUCT returning no answer AJPendragon Excel Worksheet Functions 2 December 10th 07 11:05 PM
Help on sumproduct returning errors Pierre Excel Worksheet Functions 2 November 16th 06 04:00 PM
sumproduct returning #NA leolin Excel Discussion (Misc queries) 6 April 28th 05 03:02 AM
Sumproduct returning #NUM! wal50 Excel Worksheet Functions 4 November 21st 04 04:01 PM


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

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"