Move text

B

bgkgmg

Sh1 C5:C40 are text values inserted at various times and not in any order.
Sh1 D5:D40 are numbers that were inserted next to name and Sh1 E5:E:40 are
additional text values added. In Sh2 C5:C40 are the same text values as Sh1
C5:C40 but in alphabetical order. I am using the SUMIF formula to enter
number values into Sh2 D5:D40. Therefore Sh2 D5 formula is
SUMIF(C5:C40,C2,D5:D40) etc. I want to fill Sh2 E5:E40 with info from Sh1
E5:E40 same as previous col but cannot use sumif because Sh1colE is text.
What formula works?
Thanks
 
P

Pete_UK

Try this in E5:

=VLOOKUP(C5,Sh1!C$5:E$40,3,0)

and copy down to E40.

Hope this helps.

Pete
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top