+ Reply to Thread
Results 1 to 11 of 11

Automatically input data into a separate sheet when a column is filled out

  1. #1
    Registered User
    Join Date
    05-19-2015
    Location
    Boulder, Colorado
    MS-Off Ver
    2016
    Posts
    45

    Automatically input data into a separate sheet when a column is filled out

    Hi, I'm having trouble finding out the proper function that would input the invoice date whenever the date for a PO is filled out. Since an invoice should automatically be drafted when a PO is received, I'd like a system to automatically document the numerous invoices for a certain PO.

    So when the PO date column is filled out under the "PO log" sheet, I'd like for it to document that same date under "Invoice date". The remaining tasks I'm trying to fulfill can be done so using an Index-Match function, and I'm aware how to do that. Though the Invoices $ amount column is calculated by using the "initial payment terms" column and the "Project $ amount" column. So I'm also wondering how to implement that into a Index-match formula. If 60% is the initial payment terms for a $10,000 project than $6,000 should be the initial invoice amount. I'll handle the concluding invoices, I just want to know of the function that will perform this task for me.


    I'm sure there is some sort of formula in excel that can do this for me, I just don't know what that would be.

    I'll upload a sample file to show what I'm working with...
    Thanks so much for all your great help, it's truly appreciated.
    Attached Files Attached Files

  2. #2
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2405
    Posts
    13,427

    Re: Automatically input data into a separate sheet when a column is filled out

    With this formula in A2 of Sheet1
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Adjust ranges to suit.

    File is attached.
    Attached Files Attached Files
    Dave

  3. #3
    Forum Expert skywriter's Avatar
    Join Date
    06-09-2014
    Location
    USA
    MS-Off Ver
    2016
    Posts
    2,760

    Re: Automatically input data into a separate sheet when a column is filled out

    Post edited.
    FlameRetired responded.
    Last edited by skywriter; 06-16-2015 at 12:30 AM.
    Click the * Add Reputation button in the lower left hand corner of this post to say thanks.

    Don't forget to mark this thread SOLVED by going to the "Thread Tools" drop down list above your first post and choosing solved.

  4. #4
    Registered User
    Join Date
    05-19-2015
    Location
    Boulder, Colorado
    MS-Off Ver
    2016
    Posts
    45

    Re: Automatically input data into a separate sheet when a column is filled out

    Thank-you! That worked out great.

    There's one thing I'm stuck on though, for the Initial invoices the system you set up is fine since every Po with have a date filled out in order so all of the Invoices will be displayed. Though, for the secondary invoices...which is similar to how the initial invoices should be set up except instead of PO date having to be filled out the "Date sent" column needs to be filled out. The project might and probably will be shipped out after other POs have came in, therefore the system wouldn't recognize that we added a date to a previous row and wouldn't record the invoice. I was wondering if there's a way to set up the formula to report every date that is recorded in the "Date sent" column even if that date is entered out of order. Thanks again for your help, can't explain how grateful I am for this site and all its great contributors.

  5. #5
    Registered User
    Join Date
    06-16-2015
    Location
    Mississippi, United States
    MS-Off Ver
    2013
    Posts
    11

    Re: Automatically input data into a separate sheet when a column is filled out

    I have a project I am working on which needs some date logic. I have a column of dates formatted: 1/1/15.
    I want to insert a function to the right which basically says: if DATE is before or equal to February 28th, return the date. If FALSE, then return 1/1 of the next year. Please help. Apologies if I haven't followed proper forum etiquette, I'm new.

  6. #6
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,962

    Re: Automatically input data into a separate sheet when a column is filled out

    RAF1992, please dont post duplicate posts, and dont post on other member's threads
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  7. #7
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2405
    Posts
    13,427

    Re: Automatically input data into a separate sheet when a column is filled out

    Quote Originally Posted by MikeSta4ord View Post

    There's one thing I'm stuck on though...........

    Though, for the secondary invoices............... the "Date sent" column needs to be filled out.

    The project might and probably will be shipped out after other POs have came in, therefore........

    .......I was wondering if there's a way to set up the formula to report every date that is recorded

    in the "Date sent" column even if that date is entered out of order.............
    In my formula(s) I guessed which columns to INDEX.

    The additional questions leave us with too many things to guess.

    We might make shorter work of this if you would upload another workbook that includes all of the following:

    1.) Fieldnames / headers in Sheet1 that exactly match the target headers in Sheet2.
    2.) In Sheet2 type in about 10 or so rows of data that are representative of the challenges you anticipate.
    3.) In Sheet1 hand type in the desired results ... completely.

    IE give us the clearest before and after presentation that you can. Along with that please explain in the workbook item by item .... not in general ...... but by specific item entries ... how these results qualify. Please be specific leaving nothing to speculation.

    The bulk of this work is going to fall on you. If you will supply the above it will help us to help you in a timely manner.

  8. #8
    Registered User
    Join Date
    05-19-2015
    Location
    Boulder, Colorado
    MS-Off Ver
    2016
    Posts
    45

    Re: Automatically input data into a separate sheet when a column is filled out

    Attached is the sample file with clear headings and notes which explain my issue.

    Thanks again for your help.
    Attached Files Attached Files
    Last edited by MikeSta4ord; 06-17-2015 at 11:57 AM.

  9. #9
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2405
    Posts
    13,427

    Re: Automatically input data into a separate sheet when a column is filled out

    Beautiful job on the reworked headers and explanation!

    I did make one small change on a Shipment Invoices header. Date Shipped (Secondary Invoice) header does not exist in PO log. So I changed that to Date Shipped. Excel is particular about these details.

    This is an array formula entered into A2 of Shipment Invoices and filled across and down to E20. That is already done for you in the attached. If you edit and recommit you will likely have to reformat dates/$ amounts and percentages.

    If you are not familiar with array formulas they must be committed by simultaneously pressing and holding down Ctrl and Shift while hitting Enter.
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Please let us know if we're making progress.
    Attached Files Attached Files

  10. #10
    Registered User
    Join Date
    05-19-2015
    Location
    Boulder, Colorado
    MS-Off Ver
    2016
    Posts
    45

    Re: Automatically input data into a separate sheet when a column is filled out

    Thank-you! That's exactly what I'm looking for...

    Once again, I'm extremely grateful for such great contributors on this site.

  11. #11
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2405
    Posts
    13,427

    Re: Automatically input data into a separate sheet when a column is filled out

    You're welcome. Glad it does the job and thank you for the feedback!

+ 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. Formula Comparing a number to a separate column filled with numbers
    By Tyler_Kahn in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-03-2014, 05:23 PM
  2. How to transfer data from a daily input sheet to a separate monthly total sheet
    By Jcooper71 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-25-2014, 02:37 PM
  3. Input Data from Separate Worksheets to Summary Sheet
    By Icky_Joe in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-25-2013, 07:10 PM
  4. Transfer single column input data to fixed table in a separate Sheet
    By Prokis in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-07-2012, 05:37 AM
  5. Replies: 0
    Last Post: 02-17-2011, 11:29 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