+ Reply to Thread
Results 1 to 4 of 4

Index Modification

Hybrid View

esupply Index Modification 03-11-2010, 06:24 PM
martindwilson Re: Index Modification 03-11-2010, 06:40 PM
Paul Re: Index Modification 03-11-2010, 06:41 PM
esupply Re: Index Modification 03-11-2010, 06:46 PM
  1. #1
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Index Modification

    "Anthony Hoplite space space space..... "
    will not match
    "Anthony Hoplite"
    to get rid of trailing spaces
    select sheet 1 column v
    then data/text to columns/fixed width/finish
    that will give the result of 81.83
    alternatively
    try
    =INDEX(Sheet1!$A$2:$AW$1520,MATCH($B5&"*",Sheet1!$V$2:$V$1520,0),MATCH($S$1,Sheet1!$A$1:$AW$1,0)
    or
    =INDEX(Sheet1!$A$2:$AW$1520,MATCH($B5,TRIM(Sheet1!$V$2:$V$1520),0),MATCH($S$1,Sheet1!$A$1:$AW$1,0) ) array entered with ctrl+shift+enter
    Last edited by martindwilson; 03-11-2010 at 06:48 PM.
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1