Results 1 to 3 of 3

Thread: How to insert picture using VLOOKUP Formula!

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Fuhrer, Vierte Reich DocAElstein's Avatar
    Join Date
    Aug 2014
    Posts
    10,457
    Rep Power
    10
    Hello Faizan.Shaikh

    Welcome to ExcelFox
    Inserting a picture with VLookUp sounds a bit strange. The formula function VLookUp is usually used to give some details from a table based on some Look Up value.
    So it’s difficult to know exactly what you are asking.
    Someone might take a guess at exactly what you are asking, but your question is a bit open ended.
    I think you will improve your chances of getting a reply if you give more precise detail, perhaps with a small example.

    Perhaps you could make a reduced sample size workbook for us: Only include a few lines of Data. Show us the data as it is , and then show us again how you want the data to look.
    In other words show as a Before and an After
    (You may want to change any real person details to imaginary data)

    Alan




    Here is a simple example of VLookUp in use

    _____ Workbook: Konnto.xls ( Using Excel 2007 32 bit )
    Row\Col
    B
    C
    D
    E
    F
    G
    2
    Product Cost What do Yous want ? Cost
    3
    Apple
    3
    Apple
    =VLOOKUP(F3,B3:C4,2,FALSE)
    4
    Orange
    4
    Worksheet: Sheet2

    _____ Workbook: Konnto.xls ( Using Excel 2007 32 bit )
    Row\Col
    B
    C
    D
    E
    F
    G
    2
    Product Cost What do Yous want ? Cost
    3
    Apple
    3
    Apple
    3
    4
    Orange
    4
    Worksheet: Sheet2


    If a customer Types in cell F3 the thing he wants

    , then the formula looks for it in the first column of the table B3:C4

    , and then takes the corresponding value in the 2nd column of the table B3:C4

    , and the last thing, False , tells us to look for an exact match rather than the nearest





    The Look Up value in this example is Apple. It is what you are looking up in the table. In other words you are looking for it in the table so as to get some information about it, in this case, the information of it’s cost

    I don’t know how you would use VLookUp to order something. That would depend on exactly what you want to do. Maybe the order would somehow depend on the value of something you are trying to look up. So an example showing what you want to do would be essential for anyone trying to help.
    Last edited by DocAElstein; 06-09-2023 at 04:25 PM.

Similar Threads

  1. Replies: 6
    Last Post: 01-31-2022, 03:04 PM
  2. Insert Different Picture into Multiple Sheets
    By muhammad susanto in forum Excel Help
    Replies: 4
    Last Post: 08-28-2018, 12:01 PM
  3. Lookup Picture Using Formula Without Using VBA
    By paul_pearson in forum Excel Help
    Replies: 16
    Last Post: 11-06-2013, 01:28 PM
  4. Insert Picture in a Cell UDF
    By Admin in forum Download Center
    Replies: 10
    Last Post: 12-07-2012, 04:49 PM
  5. Replies: 4
    Last Post: 05-03-2012, 10:28 AM

Tags for this Thread

Posting Permissions

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