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

Re: Move text by Pete_UK

Pete_UK
Sat May 10 19:28:34 CDT 2008

Try this in E5:

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

and copy down to E40.

Hope this helps.

Pete

On May 10, 11:34=A0pm, bgkgmg <bgk...@discussions.microsoft.com> wrote:
> Sh1 C5:C40 are text values inserted at various times and not in any order.=
=A0
> Sh1 D5:D40 are numbers that were inserted next to name and Sh1 E5:E:40 are=

> additional text values added. =A0In Sh2 C5:C40 are the same text values as=
Sh1
> C5:C40 but in alphabetical order. =A0I am using the SUMIF formula to enter=

> number values into Sh2 D5:D40. =A0Therefore Sh2 D5 formula is
> SUMIF(C5:C40,C2,D5:D40) etc. =A0I want to fill Sh2 E5:E40 with info from S=
h1
> E5:E40 same as previous col but cannot use sumif because Sh1colE is text.
> What formula works?
> Thanks =A0