+ Reply to Thread
Results 1 to 7 of 7

Copy a column when a if logic in adjacent cell is TRUE.Copied colum should start from TRUE

  1. #1
    Registered User
    Join Date
    03-14-2019
    Location
    india
    MS-Off Ver
    8
    Posts
    3

    Lightbulb Copy a column when a if logic in adjacent cell is TRUE.Copied colum should start from TRUE

    hai,
    background: 2columns, 1column is already coded to identify (date, as an input) in which month and year it falls and calculates the remaining days in that month and the no. of days in following months....
    problem: the second column ( a set of values in a column) is required to start from where the days in first column starts....
    PS: without vba is appreciated...

    Thanks in advance

  2. #2
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,466

    Re: Copy a column when a if logic in adjacent cell is TRUE.Copied colum should start from

    Worksheet or image at least is required...
    Quang PT

  3. #3
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2405 Win 11 Home 64 Bit
    Posts
    23,896

    Re: Copy a column when a if logic in adjacent cell is TRUE.Copied colum should start from

    Attach a sample workbook (not a picture or pasted copy). Make sure there is just enough data to demonstrate your need. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are shown, mock them up manually if necessary.

    Remember to desensitize the data.

    Click on GO ADVANCED and then scroll down to Manage Attachments to open the upload window.
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

  4. #4
    Registered User
    Join Date
    03-14-2019
    Location
    india
    MS-Off Ver
    8
    Posts
    3

    Re: Copy a column when a if logic in adjacent cell is TRUE.Copied colum should start from

    Thankyou guys for your speedy reply. Especially alansidman for letting me know about attachments (i tried but couldn't figure it out earlier).
    I have attached a sample workbook, hopefully letting you know what i desire.

    Hoping for a fruitful reply.
    Attached Files Attached Files

  5. #5
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,572

    Re: Copy a column when a if logic in adjacent cell is TRUE.Copied colum should start from

    Try pasting the following into C5 then double click the fill handle to copy down: =IFERROR(IF(B5="","",INDEX(D$5:D$41,SUMPRODUCT(--(B$5:B5<>"")))),"")
    Let us know if you have any questions.
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  6. #6
    Registered User
    Join Date
    03-14-2019
    Location
    india
    MS-Off Ver
    8
    Posts
    3

    Re: Copy a column when a if logic in adjacent cell is TRUE.Copied colum should start from

    It worked. Thanq every one, really appreciate your help.

  7. #7
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,572

    Re: Copy a column when a if logic in adjacent cell is TRUE.Copied colum should start from

    You're Welcome and thank you for the feedback. Please take a moment to mark the thread as 'Solved' using the thread tools menu above your first post. I hope that you have a blessed day.

+ 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. If cell has strikethrough, state true in adjacent column
    By megametro in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-06-2019, 08:49 PM
  2. [SOLVED] Copy Cell Value if adjacent is true
    By rxk in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 12-24-2018, 12:39 AM
  3. [SOLVED] Count smallest two against a figure in another column and use logic to get true or false
    By MD PERVEZ KHAN in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-20-2015, 06:54 AM
  4. Checkbox true = always start in correct cell?
    By horsefish01 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-30-2015, 01:50 PM
  5. Replies: 3
    Last Post: 09-10-2014, 04:07 PM
  6. Replies: 1
    Last Post: 01-03-2014, 03:01 AM
  7. Replies: 4
    Last Post: 04-09-2011, 02:51 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