Thread: Move text
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 Move text

Try this in E5:

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

and copy down to E40.

Hope this helps.

Pete

On May 10, 11:34*pm, bgkgmg wrote:
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 *