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

Formula required or vba to input data automatically for some columns from huge database

RAM72

Member
Hi All

I am looking formula or vba to fill some columns in order to make calculations from these columns .

However in sheet data calculation column A is entered manually depending data recieved in column L,M,N .

In entering the code manually in column A and B for data calculation sheet,a formula or vba will fetch data in sheet codedata taking column A in account from B to I to fill the data calculation sheet column C and J

Note Codedata can have 20000 records

See annexed for explicit details .

Thanks in advance those who can help me .
 

Attachments

Hi ,

Please take a second look at the formula that is present in my uploaded file.

It is a multi-cell array formula ; select the entire row range , say C17:J17 , and enter the formula as an array formula , using CTRL SHIFT ENTER.

Your formula is different from mine , which is why the results are different.

Narayan
 
Hi ,

Please take a second look at the formula that is present in my uploaded file.

It is a multi-cell array formula ; select the entire row range , say C17:J17 , and enter the formula as an array formula , using CTRL SHIFT ENTER.

Your formula is different from mine , which is why the results are different.

Narayan

Hi

Yes, you are right,I tried now it ok.

Thank you for your great help to solve this as this will help me a lot from a painful task to do daily.
 
Back
Top