Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 16
Default Finding 'total' in range

I have a block of data (say A1:P40) and in that range, I have named 2
ranges. A1:A40 is named "Name" and P1:P40 is named Total. What I
need is to be able to put the corresponding "Total" for Jeremy (one of
the "Name" range) when Jeremy's name is put elsewhere in the
workbook. If George is put, then George's total will be there.
Name in "Name" range will only appear once.

Any help?


TIA
Esra

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Finding 'total' in range

Assume you enter your name in X1 and you want the total returned in
Y1. Put this formula in Y1:

=VLOOKUP(X1,A1:P40,15,0)

You could make use of an INDEX/MATCH combination or SUMPRODUCT and
then your named ranges would be useful.

Hope this helps.

Pete

On Mar 18, 9:09 pm, "excel" wrote:
I have a block of data (say A1:P40) and in that range, I have named 2
ranges. A1:A40 is named "Name" and P1:P40 is named Total. What I
need is to be able to put the corresponding "Total" for Jeremy (one of
the "Name" range) when Jeremy's name is put elsewhere in the
workbook. If George is put, then George's total will be there.
Name in "Name" range will only appear once.

Any help?

TIA
Esra



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 16
Default Finding 'total' in range

On Mar 19, 9:17 am, "Pete_UK" wrote:
Assume you enter your name in X1 and you want the total returned in
Y1. Put this formula in Y1:

=VLOOKUP(X1,A1:P40,15,0)

You could make use of an INDEX/MATCH combination or SUMPRODUCT and
then your named ranges would be useful.

Hope this helps.

Pete

On Mar 18, 9:09 pm, "excel" wrote:



I have a block of data (say A1:P40) and in that range, I have named 2
ranges. A1:A40 is named "Name" and P1:P40 is named Total. What I
need is to be able to put the corresponding "Total" for Jeremy (one of
the "Name" range) when Jeremy's name is put elsewhere in the
workbook. If George is put, then George's total will be there.
Name in "Name" range will only appear once.


Any help?


TIA
Esra- Hide quoted text -


- Show quoted text -


Hi,

Thanks for the quick reply
Made a few small changes and all works good now. Dont know why i
didnt think of VLOOKUP myself.

Esra

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Finding 'total' in range

Thanks for feeding back - glad it worked for you.

Pete

On Mar 18, 9:59 pm, "excel" wrote:
On Mar 19, 9:17 am, "Pete_UK" wrote:





Assume you enter your name in X1 and you want the total returned in
Y1. Put this formula in Y1:


=VLOOKUP(X1,A1:P40,15,0)


You could make use of an INDEX/MATCH combination or SUMPRODUCT and
then your named ranges would be useful.


Hope this helps.


Pete


On Mar 18, 9:09 pm, "excel" wrote:


I have a block of data (say A1:P40) and in that range, I have named 2
ranges. A1:A40 is named "Name" and P1:P40 is named Total. What I
need is to be able to put the corresponding "Total" for Jeremy (one of
the "Name" range) when Jeremy's name is put elsewhere in the
workbook. If George is put, then George's total will be there.
Name in "Name" range will only appear once.


Any help?


TIA
Esra- Hide quoted text -


- Show quoted text -


Hi,

Thanks for the quick reply
Made a few small changes and all works good now. Dont know why i
didnt think of VLOOKUP myself.

Esra- Hide quoted text -

- Show quoted text -



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
finding a range of dates to total Danbmarine Excel Discussion (Misc queries) 4 January 27th 06 09:28 PM
Finding combinations to match a total Jack Sheet Excel Discussion (Misc queries) 2 January 21st 06 10:56 AM
Finding total via entered text roy.okinawa Excel Worksheet Functions 4 November 30th 05 10:35 PM
finding name within range sheila Excel Worksheet Functions 4 September 14th 05 07:52 AM
finding if name within range sheila Excel Worksheet Functions 9 September 13th 05 04:24 AM


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