View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pete_UK Pete_UK is offline
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