LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Quick Sumproduct vs Text return

You're welcome. Thanks for the feedback!

--
Biff
Microsoft Excel MVP


"Madduck" wrote in message
...
Thanks Much.

Now I just have to work out how that works and why :P

Good works as always. Ta
Madduck

"T. Valko" wrote:

Try this:

Entered in E19 and copied down to E27:

=INDEX(C$9:C$13,MATCH(1,INDEX((D19=D$9:D$13)*(D19 <=E$9:E$13),,1),0))

--
Biff
Microsoft Excel MVP


"Madduck" wrote in message
...
Hi Team,

I think I've lost it :P

I've got two lists.
c d e
9 Morry 2000 2004
10 Howie 2005 2009
11 Johno 2010 2019
12 Smithy 2020 2029
13 Jones 2030 3000

and
c d
19 John 2005
20 Sam 2010
21 Ralph 2011
22 fred 2001
23 mike 2020
24 Nat 2008
25 Sally 2015
26 steff 2025
27 diane 2027

I want to pull the name from list 1 and place it in column e if the
number
in list 2 column d falls in the range in list1 columns d&e

I have this formula working to an extent

=SUMPRODUCT(--($E$9:$E$13=$D19),--($D$9:$D$13<=$D19)*($C$9:$C$13))

This returns a #value error.

if I do some checking and modify list 1 to add a unique number in
column f

=SUMPRODUCT(--($E$9:$E$13=$D19),--($D$9:$D$13<=$D19),$F$9:$F$13)

It returns the correct unique number.....
So I figure the problem is returning the text??

Changing the forumla to this
=SUMPRODUCT(--($E$9:$E$13=$D19),--($D$9:$D$13<=$D19),$C$9:$C$13)

does not work as it returns all 0.

any help is much welcomed.









 
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 to return a text Chanceuxbp Excel Worksheet Functions 5 September 25th 07 04:12 PM
add text to the icons in the quick access tool bar Julian Brotherton Setting up and Configuration of Excel 0 June 10th 07 08:43 AM
Quick text to graphic converstion in excel CIOPMO Excel Discussion (Misc queries) 3 July 10th 06 02:58 PM
quick ? on how to auto fill text from one cell to another [email protected] Excel Discussion (Misc queries) 9 June 29th 06 01:03 AM
Quick Text colour change? mrrix32 Excel Discussion (Misc queries) 0 January 11th 06 04:30 PM


All times are GMT +1. The time now is 01:08 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"