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

Excel Formula Question - Fetching Data

Kg Teh

New Member
Dear all,

I need to fetch the data from a Table to Reporting Sheet. The arrangement of data may change from time to time. Could you all provide me some ideas what formula i should use to fetch the data ?

I have attached the sample file for your kind references.

Many thanks !!
 

Attachments

Wow, there is another alternative. Thank you Somendra.

I would like to ask what is the pro and con using array formula in the worksheets?
 
@Kg Teh

If the data that you are handling is not large than array or non-array does not make any difference. But if you have large numbers of data than they do make a difference.

9.9999999E+307 is the biggest positive number Excel can handle. When used in LOOKUP function with dynamic range in lookup vector it return the last cell value.

Regards,
 
Back
Top