+ Reply to Thread
Results 1 to 3 of 3

auto move cell upon completion of any sigle month data entry

  1. #1
    Registered User
    Join Date
    01-01-2012
    Location
    Kuala Lumpur
    MS-Off Ver
    Excel 2007
    Posts
    3

    auto move cell upon completion of any sigle month data entry

    Hi all,

    I am preparing a template of performance dashboard to be shared on my company's network.
    I want have a table of 13 months column for stock position, The first column is for daily's stock position and the remaining 12 columns is for each month position. My problem is on how to transfered each month end position (in column 1) to a monthly column (column 2 onwards, sequential), every month. Meaning, every time each month is completed, the 12th month will go off from the table.

    I have attached the file to demonstrate what I intend to do.

    Appreciate assistance from other members.
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    03-17-2016
    Location
    India
    MS-Off Ver
    2010
    Posts
    83

    Re: auto move cell upon completion of any sigle month data entry

    Hi,

    See attached if it works out

    I used Dates interval logic

    If the provided solution is not what you expected then Let me know with the sample outcome what you expected

    Thank you...
    Attached Files Attached Files
    Thank You.....

  3. #3
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,937

    Re: auto move cell upon completion of any sigle month data entry

    Try

    D7=IF($B$8="","",IF(COLUMNS($D$7:D7)=1,DATE(YEAR($B$8),MONTH($B$8),1),IF(COLUMNS($D$7:D7)>=13,"",DATE(YEAR(C7),MONTH(C7)-1,DAY(C7))))) and drag towards the cell.

    Check the attached file.

    Perhaps this is what you looking for
    Attached Files Attached Files
    Last edited by shukla.ankur281190; 05-02-2016 at 02:57 AM.
    If I helped, Don't forget to add reputation (click on the little star ★ at bottom of this post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)

+ 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. Vba for move data & clear entry screen for entry new data..
    By santosh226001 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 09-27-2012, 09:19 PM
  2. Auto month entry
    By Tracyann in forum Excel General
    Replies: 4
    Last Post: 10-12-2011, 04:21 AM
  3. Move Data One Cell to the Right after Data Entry
    By dafna in forum Excel General
    Replies: 6
    Last Post: 07-05-2010, 01:22 PM
  4. Replies: 2
    Last Post: 10-14-2009, 11:32 AM
  5. vb auto data sort when entry 2 cell
    By n_caskey in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-22-2008, 10:13 AM
  6. Move to next cell (not adjacent) for data entry
    By Winon in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 03-11-2007, 06:48 AM
  7. [SOLVED] How to get data entry time to auto-populate in a cell?
    By J_P in forum Excel General
    Replies: 2
    Last Post: 08-09-2006, 08:54 AM
  8. [SOLVED] How can I move and entire row upon cell completion?
    By Tony in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-17-2006, 06:55 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