+ Reply to Thread
Results 1 to 20 of 20

Excel 2007 : Using Formula result as TEXT for other formulas.

Hybrid View

  1. #1
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Using Formula result as TEXT for other formulas.

    Perhaps you are saying you want something like:

    =IF(INPUT!$P24=0;"";VLOOKUP(INPUT!$P2;'anothersheet'!$A:$B;2;0))
    In terms of how you coerce a number to a string, use &"", eg: =(1*2)&""

  2. #2
    Registered User
    Join Date
    01-02-2011
    Location
    Portugal
    MS-Off Ver
    Excel 2003
    Posts
    17

    Re: Using Formula result as TEXT for other formulas.

    Hi

    Will this help? Please open the files i uploaded.

    The first is the formula to get the name of the tecnician.
    The second finds the ID based on the name.

    The name is exactly the same but it cant find the ID, wish is in the first collumn i use in the second print screen.

    This must be this way because... well maybe not.
    I´ll try doing in reverse.
    Attached Images Attached Images
    Last edited by BlitzMX; 01-02-2011 at 02:26 PM.

  3. #3
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Using Formula result as TEXT for other formulas.

    Images are of limited use in truth.

    We can tell from the Image that the VLOOKUP is failing to find a match but we have no idea if the names are actually listed in INPUT!O:O

    (note: your table array contains 2 coumns [O:P] yet presently you're returning column 1 - this doesn't affect the current Error but is something you should be aware of)

  4. #4
    Registered User
    Join Date
    01-02-2011
    Location
    Portugal
    MS-Off Ver
    Excel 2003
    Posts
    17

    Re: Using Formula result as TEXT for other formulas.

    May i upload the file and expect you to work on it directly?
    If you dont mind.

  5. #5
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Using Formula result as TEXT for other formulas.

    by all means upload your file - I am going off line for a while but rest assured others will be able to resolve for you

  6. #6
    Registered User
    Join Date
    01-02-2011
    Location
    Portugal
    MS-Off Ver
    Excel 2003
    Posts
    17

    Re: Using Formula result as TEXT for other formulas.

    Thank you so much.

    Ok so here it is:

    I need to remove all the duplicated IDs From "ID Técnicos" to the column "Remove Duplicate".

    And then i would like to use the ID to search for the name of the coworker.
    I hope i can do the rest.

    But removing automaticly duplicat records and search with vLookup using the TEXT result of another Formula is making me headheaks.

    Thank You
    Best Regards
    Last edited by BlitzMX; 01-03-2011 at 05:36 AM.

  7. #7
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Using Formula result as TEXT for other formulas.

    Perhaps you could outline the first few expected results (calculated manually) ?

    As far as I can tell every ID in your list is a duplicate... on that basis I'm not quite sure what you're looking for in terms of end result.

    If you are saying you wish to create a unique listing from your parent list then perhaps:

    B3:
    =IF(OR($B2="";$B2=0);"";LARGE($A$3:$A$25000;1+COUNTIF($A$3:$A$25000;">="&$B2)))
    copied down to B200
    
    C3:
    =IF(SUM($B3)=0;"";VLOOKUP($B3&"";INPUT!$O:$P;2;0))
    copied down to C200

+ 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