• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Help required to populate data in specified format through VBA macro

HI ,

Help required to populate data in specified format through VBA macro

I have attached sample file , which has two sheets :

Sheet1 named Datasheet : This is a data sheet in which I have updated my data.
Sheet2 named OutputSheet: This is a output sheet in which I need to populate the data (as specified in my format) and using Filter (drop down) for identifying list of people are assigned or assigning in future in selected program.



Thanks
NItesh
 

Attachments

  • SampleSheet.xlsm
    14.5 KB · Views: 3
Datasheet D7: =IF(D$6<=DataSheet!$E2,DataSheet!$D2, IF(D$6<=DataSheet!$G2,DataSheet!$F2,IF(D$6<=DataSheet!$I2,DataSheet!$H2,IF(D$6<=DataSheet!$K2,DataSheet!$J2,"-"))))
Copy across and down

Then apply a Filter to the Output table
see attached file
 

Attachments

  • SampleSheet.xlsm
    16.1 KB · Views: 2
Hi Nitesh

check the attachment
click on FillData button and see the result in NewOutput sheet
***did some changes in your data (changed date from 12/18/2018 to 12/1/2018) to make all dates uniform i.e. first day of the month

Thanks,
Hareesh
 

Attachments

  • CopyProjectMonths.xlsm
    23.5 KB · Views: 0
Back
Top