+ Reply to Thread
Results 1 to 4 of 4

VBA, Micro don't know

  1. #1
    Registered User
    Join Date
    01-31-2020
    Location
    USA, GA
    MS-Off Ver
    Microsoft Office Professional Plus 2019
    Posts
    4

    VBA, Micro don't know

    We have a large worksheet we use and update daily. I am trying to have a second page that will recognize when we type a certain word in to a specific cell on a column and input data from a different cell of the same row.

    N001 | BIRTHDAY | BALLOONS STREAMER CAKE
    N002 | RETIREMENT | BALLOONS CAKE

    For example if A3 has the word streamer then insert A1 on to the second page in column A. If B3 does not have the word streamer do nothing.

  2. #2
    Forum Expert mrice's Avatar
    Join Date
    06-22-2004
    Location
    Surrey, England
    MS-Off Ver
    Excel 2013
    Posts
    4,967

    Re: VBA, Micro don't know

    Try this formula in Sheet2 B1

    =INDEX(Sheet1!A:A,MATCH("*"& A1& "*",Sheet1!C:C,0))

  3. #3
    Registered User
    Join Date
    01-31-2020
    Location
    USA, GA
    MS-Off Ver
    Microsoft Office Professional Plus 2019
    Posts
    4

    Re: VBA, Micro don't know

    So I am attaching a sample of the file so you can better see what I am talking about. I want to be able to enter my next work order N08005 and have it automatically pull the workorder number to sheet 2 if
    sheet 1 says "brgs" appears in column E. So that if someone other than myself adds to Sheet 1 I will not have to go back and check if this work is included.
    Attached Files Attached Files

  4. #4
    Forum Expert mrice's Avatar
    Join Date
    06-22-2004
    Location
    Surrey, England
    MS-Off Ver
    Excel 2013
    Posts
    4,967

    Re: VBA, Micro don't know

    Try adding this code to the Sheet1 tab in the VBA editor and saving the workbook in .xlsm format.

    Please Login or Register  to view this content.

+ 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. Need Micro Coding
    By sharma4845 in forum Excel Programming / VBA / Macros
    Replies: 18
    Last Post: 07-22-2014, 05:53 AM
  2. Please help me with micro do this
    By jamalmail in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-14-2013, 06:10 PM
  3. Micro urgent
    By OC_KAY in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-01-2010, 04:57 AM
  4. [SOLVED] protect Micro
    By Ken in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-30-2006, 04:40 PM
  5. [SOLVED] help with micro excel please
    By Randy Gens in forum Excel General
    Replies: 1
    Last Post: 02-19-2006, 06:45 AM
  6. Micro
    By roheel in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-26-2005, 07:06 AM
  7. Micro
    By djmimi in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 02-09-2005, 02:06 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