+ Reply to Thread
Results 1 to 14 of 14

Vlookup Formula Range is F:E and want result

  1. #1
    Forum Contributor HaroonSid's Avatar
    Join Date
    02-28-2014
    Location
    india
    MS-Off Ver
    Excel 2013
    Posts
    2,080

    Post Vlookup Formula Range is F:E and want result

    hello
    i want to use vlookup to range("F:E")

    formula is in Cell B1
    Please Login or Register  to view this content.
    e.g Cell A1=7, Sheets("ENTRY").Range("E")= 7, and Sheets("ENTRY").Range("F")= Bahr then

    result should be = Bahr

  2. #2
    Forum Guru Winon's Avatar
    Join Date
    02-20-2007
    Location
    East Rand, R.S.A.
    MS-Off Ver
    2010
    Posts
    6,113

    Re: Vlookup Formula Range is F:E and want result

    Hello haroon2015,

    Try, =VLOOKUP(A1,Entry!E:F,2,0)

    Regards
    Please consider:

    Be polite. Thank those who have helped you. Then Click on the star icon in the lower left part of the contributor's post and add Reputation. Cleaning up when you're done. If you are satisfied with the help you have received, then Please do Mark your thread [SOLVED] .

  3. #3
    Forum Contributor HaroonSid's Avatar
    Join Date
    02-28-2014
    Location
    india
    MS-Off Ver
    Excel 2013
    Posts
    2,080

    Re: Vlookup Formula Range is F:E and want result

    HELLO Winon
    I WANT TO USE LIKE BELOW


    Please Login or Register  to view this content.

  4. #4
    Forum Guru Winon's Avatar
    Join Date
    02-20-2007
    Location
    East Rand, R.S.A.
    MS-Off Ver
    2010
    Posts
    6,113

    Re: Vlookup Formula Range is F:E and want result

    Hello haroon2015,

    Sorry, I do not understand your problem because it works on my side. Maybe your Workbook is setup differently.

    Please attach a sample workbook. Make sure there is just enough data to make it clear what is needed. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are demonstrated, mock them up manually if needed. Remember to desensitize the data.

    Click on GO ADVANCED and use the paperclip icon to open the upload window.

    View Pic

    Thank you.

  5. #5
    Forum Guru HaHoBe's Avatar
    Join Date
    02-19-2005
    Location
    Hamburg, Germany
    MS-Off Ver
    work: 2016 on Win10 (notebook), private: 2019 on Win10 (desktop), 2019 on Win11 (notebook)
    Posts
    8,197

    Re: Vlookup Formula Range is F:E and want result

    Hi, haroon2015,

    by default VLookup will search the item in the most left located column of the matrix and expects this Matrix for search to be addressed correctly from the left to the right (if the standard direction is from left to right). No chance for what you want - it should not be compatible to the parameters expected by WorksheetFunction VLookup.

    Ciao,
    Holger
    Use Code-Tags for showing your code: [code] Your Code here [/code]
    Please mark your question Solved if there has been offered a solution that works fine for you

  6. #6
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,648

    Re: Vlookup Formula Range is F:E and want result

    I think you are trying for Reverse Vlookup. Use Index/Match rather if that is the case.
    Regards
    sktneer


    Treat people the way you want to be treated. Talk to people the way you want to be talked to.
    Respect is earned NOT given.

  7. #7
    Forum Contributor HaroonSid's Avatar
    Join Date
    02-28-2014
    Location
    india
    MS-Off Ver
    Excel 2013
    Posts
    2,080

    Re: Vlookup Formula Range is F:E and want result

    yes sktneer ur right i want to reverse the code
    plz write the code

  8. #8
    Forum Guru HaHoBe's Avatar
    Join Date
    02-19-2005
    Location
    Hamburg, Germany
    MS-Off Ver
    work: 2016 on Win10 (notebook), private: 2019 on Win10 (desktop), 2019 on Win11 (notebook)
    Posts
    8,197

    Re: Vlookup Formula Range is F:E and want result

    Hi, haroon,

    e.g Cell A1=7, Sheets("ENTRY").Range("E")= 7, and Sheets("ENTRY").Range("F")= Bahr then

    result should be = Bahr
    Strange description of your problem after what your posted in #7.

    Ciao,
    Holger

  9. #9
    Forum Guru Winon's Avatar
    Join Date
    02-20-2007
    Location
    East Rand, R.S.A.
    MS-Off Ver
    2010
    Posts
    6,113

    Re: Vlookup Formula Range is F:E and want result

    haroon2015,

    Please see Post#4, how could you expect anyone to "Write you some formulae", without seeing what your exact requirements are.?

  10. #10
    Forum Contributor HaroonSid's Avatar
    Join Date
    02-28-2014
    Location
    india
    MS-Off Ver
    Excel 2013
    Posts
    2,080

    Re: Vlookup Formula Range is F:E and want result

    Hello Winon

    u gave me this code
    Please Login or Register  to view this content.
    now using of index or match function reverse the code

    Please Login or Register  to view this content.
    or i will upload the sample file

  11. #11
    Forum Guru HaHoBe's Avatar
    Join Date
    02-19-2005
    Location
    Hamburg, Germany
    MS-Off Ver
    work: 2016 on Win10 (notebook), private: 2019 on Win10 (desktop), 2019 on Win11 (notebook)
    Posts
    8,197

    Re: Vlookup Formula Range is F:E and want result

    Hi,

    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Ciao,
    Holger

  12. #12
    Forum Guru Winon's Avatar
    Join Date
    02-20-2007
    Location
    East Rand, R.S.A.
    MS-Off Ver
    2010
    Posts
    6,113

    Re: Vlookup Formula Range is F:E and want result

    @ HaHoBe,

    Strange description of your problem after what your posted in #7.
    Please tell me how long is a piece of string.

    Ciao.

  13. #13
    Forum Contributor HaroonSid's Avatar
    Join Date
    02-28-2014
    Location
    india
    MS-Off Ver
    Excel 2013
    Posts
    2,080

    Re: Vlookup Formula Range is F:E and want result

    HaHaHa!

    HoHoBe u r the man............thanx alot working perfect as i want

    thanx a lot my dear

  14. #14
    Forum Contributor HaroonSid's Avatar
    Join Date
    02-28-2014
    Location
    india
    MS-Off Ver
    Excel 2013
    Posts
    2,080

    Re: Vlookup Formula Range is F:E and want result

    Hello Winon

    sorry for i m not able to write down the right description of my requirement, because of that english is not my native language and i m week in english....so plz so sorry again....

    i know u will give right solution when u will understand the problem


    BTW thanx alot all of u to reply

+ 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] VLOOKUP gives wrong result with TRUE for range-lookup
    By drfarmkid in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 02-06-2013, 06:54 PM
  2. If formula when using result from vlookup
    By lky2k23 in forum Excel General
    Replies: 18
    Last Post: 07-03-2012, 11:16 AM
  3. isblank & vlookup formula returns #n/a result and incorrect result
    By helpmeplease333 in forum Excel General
    Replies: 5
    Last Post: 05-06-2012, 11:41 PM
  4. Replies: 2
    Last Post: 12-09-2011, 05:26 AM
  5. vlookup formula in Range(" vlookup result") - Help
    By Roquete in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-28-2011, 03:53 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