• 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.

Copy and Paste data from one book to onother book

Hi all,

I book name "MC data" and another Book name "Main Data".
I need to copy the data from "MC" to "Main" based on date.
example : - in MC book Q Coloum i have mentioned date, if Date 1st Aug, the data should be updated in 1st aug of "main date" book, it is possible please help on same.

Sample file has enclosed for reference.

Thanks
Jawahar Prem
 

Attachments

  • MC DATA.xlsb
    29 KB · Views: 2
  • Main data.xlsb
    9.5 KB · Views: 1
hiii,


Please find the attached Sheet.

Try below formula
=IF('mc data'!$Q$1='Main sheet'!$A3,INDEX('mc data'!$A$3:$M$3,,MATCH('Main sheet'!H$1,'mc data'!$A$1:$M$1,0)),"")


Note:just reference as you need

Thanks
Rahul shewale
 

Attachments

  • Main data.xlsb
    12 KB · Views: 3
Hi Rahul,

Thanks its working fine, one doubt when it comes to next day, daybefore data is gone, its any possible to make auto pastespecial value on every daybefore data.

Thanks
Jawahar Prem
 
Back
Top