Closed Thread
Results 1 to 4 of 4

Transferring data from one sheet to another just by adding a count.

  1. #1
    Registered User
    Join Date
    01-30-2014
    Location
    San Diego, California
    MS-Off Ver
    Excel 2010
    Posts
    3

    Transferring data from one sheet to another just by adding a count.

    Looking for the formula needed to transfer data from one tab to another just by adding a meal count. On the attached file for example:

    When I add a meal count in D1 on the Fry Prep Board I would like column B to populate with the associated columns from the Fry Pars.

    I just need the formula for one cell and I should be able to complete the rest, I believe it would be a VLOOKUP formula?

    Thanks for any help,


    Scott
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    03-06-2011
    Location
    chennai
    MS-Off Ver
    Excel 2016
    Posts
    46

    Re: Transferring data from one sheet to another just by adding a count.

    Hi,
    Welcome to the Forum.
    It is appropriate to use HLOOKUP. Try in
    D3 of "Fry Prep Board" Sheet
    D3=HLOOKUP($D$1,'Fry Pars'!$A$1:$M$27,2,0)
    D5=HLOOKUP($D$1,'Fry Pars'!$A$1:$M$27,3,0)
    D7=HLOOKUP($D$1,'Fry Pars'!$A$1:$M$27,4,0) AND SO ON...
    KEEP THE ROW NUMBER CHANGING IN SERIAL ORDER UPTIL LAST ROW

  3. #3
    Registered User
    Join Date
    01-30-2014
    Location
    San Diego, California
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Transferring data from one sheet to another just by adding a count.

    Thanks for the info, it worked great!

  4. #4
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Transferring data from one sheet to another just by adding a count.

    Thread posted in CS, hence closed.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

Closed Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 1
    Last Post: 07-25-2013, 05:09 PM
  2. Replies: 0
    Last Post: 09-17-2012, 06:28 AM
  3. Transferring multiple data from the same sheet in a single cell In another sheet.
    By Excelnoub in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-08-2012, 09:33 AM
  4. Replies: 5
    Last Post: 04-05-2012, 10:48 AM
  5. Replies: 0
    Last Post: 05-29-2009, 09:42 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