+ Reply to Thread
Results 1 to 5 of 5

VLOOKUP to return percentage as "%"

  1. #1
    Banned User!
    Join Date
    09-26-2015
    Location
    Manchester
    MS-Off Ver
    2013
    Posts
    218

    VLOOKUP to return percentage as "%"

    Hi All,

    I currently have a concatenate formula which uses several vlookups to produce a written annotation. One element of this annotation is a number expressed as a percentage e.g. 70%.

    However, when the VLOOKUP formula picks up the 70%, it shows it as 0.7 rather than 70%, which is not the desired result. There are several permutations of the VLOOKUP which all use different percentages depending on the criteria, so entering the 70% as text is not an option. I also think I know how to achieve my result using an unnecessarily large formula, but I was hoping someone could provide a simple solution.

  2. #2
    Forum Expert
    Join Date
    02-14-2009
    Location
    .
    MS-Off Ver
    ................
    Posts
    2,840

    Re: VLOOKUP to return percentage as "%"

    Formet the result of the VLOOKUP using the TEXT() function with the appropriate parameter for percentage - but after re-reading, I've no idea what you are trying to do.
    Last edited by cytop; 05-06-2016 at 09:37 AM.

  3. #3
    Banned User!
    Join Date
    09-26-2015
    Location
    Manchester
    MS-Off Ver
    2013
    Posts
    218

    Re: VLOOKUP to return percentage as "%"

    I don't quite understand what you mean. Currently the VLOOKUP looks like this:

    &" - "&VLOOKUP(Journal!A12,'Master Data'!$B$5:$R$13,9,FALSE)

    If I do as you say, my formula would look like the below:

    &" - "&TEXT(VLOOKUP(Journal!A12,'Master Data'!$B$5:$R$13,9,FALSE),"%")

    But the last part (red) is being rejected by Excel. Can you show me how to use the 'appropriate parameter for percentage' please?

  4. #4
    Forum Expert
    Join Date
    02-14-2009
    Location
    .
    MS-Off Ver
    ................
    Posts
    2,840

    Re: VLOOKUP to return percentage as "%"

    ==TEXT(Whatever, "0.0%")

    Where the 0.0 indicates number of decimal places.

  5. #5
    Registered User
    Join Date
    11-19-2021
    Location
    Wilmington, North Carolina
    MS-Off Ver
    Excel, SQL
    Posts
    1

    Re: VLOOKUP to return percentage as "%"

    =&ROUND((VLOOKUP(<insert vlookup formula))*100,2) &"%"

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Calculating a percentage of "Y" and "N" in dynamic cell range
    By InkyDrinky in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 01-30-2016, 01:35 PM
  2. Replies: 5
    Last Post: 01-23-2014, 11:02 AM
  3. Replies: 4
    Last Post: 11-17-2013, 12:05 PM
  4. Return "green", "yellow" or "red" from date/age and priority ranking
    By Cantaloop in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-04-2013, 12:12 AM
  5. [SOLVED] Find multiple "text" criteria and return as ""Yes" in Matrix
    By bertrand82 in forum Excel General
    Replies: 11
    Last Post: 04-30-2012, 09:20 AM
  6. VLookup to return "true" or "false"
    By Sph01 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-29-2011, 11:10 AM
  7. Replies: 3
    Last Post: 02-16-2011, 02:55 PM

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