+ Reply to Thread
Results 1 to 3 of 3

using application.match to same cell

  1. #1
    Registered User
    Join Date
    03-10-2015
    Location
    Philippines
    MS-Off Ver
    2010
    Posts
    85

    using application.match to same cell

    i have set of data in column c & d sample

    c d

    1 A
    2 B
    3 C
    4 D

    i want to have this in column A whenever i typed the number in column A number will match to the coresponding lettter

    thanks

  2. #2
    Forum Expert NeedForExcel's Avatar
    Join Date
    03-16-2013
    Location
    Pune, India
    MS-Off Ver
    Excel 2016:2019, MS 365
    Posts
    3,879

    Re: using application.match to same cell

    Assuming you will type a number in Cell A1, put this in Cell B1
    =VLOOKUP(A1,$C$1:$D$4,2,0)
    Cheers!
    Deep Dave

  3. #3
    Registered User
    Join Date
    03-10-2015
    Location
    Philippines
    MS-Off Ver
    2010
    Posts
    85

    Re: using application.match to same cell

    thanks for ur reply, i want it in vba using application.match if i write number 1 to 10 it will automatically become the letters when i run the macri

+ 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] Application.Match help. Find a match if first 4 numbers are the same. Asterisk not working
    By thelisa in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 07-24-2013, 08:01 AM
  2. Using Application.Match
    By Cerkit in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 04-25-2013, 08:02 AM
  3. [SOLVED] VBA application.match
    By bergjes in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-02-2012, 04:29 AM
  4. Help on Application.worksheet.function.match / evaluate+match
    By vidyuthrajesh in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 04-12-2012, 04:30 PM
  5. Application.Match... or Application.WorksheetFunction.Match ...
    By SDruley in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 12-15-2011, 11:34 AM
  6. Help with application.match and array
    By iamcpc in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-17-2011, 12:10 AM
  7. application.match
    By Chip Smith in forum Excel General
    Replies: 3
    Last Post: 03-30-2006, 04:00 PM
  8. [SOLVED] Application.Match
    By SIGE in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-30-2005, 11:06 AM

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