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

The latest values in a block of data

I have a potential block of data say from B5 to N10. - see attached spreadsheet

Currently , there is data in B5 to I10 with Row 5 containing the date but the data block grows with time.

What would be the formula to put in cells P6 to P10 which will extract the contents of the latest column of data i.e the contents of I6, I7 , I8 , I9 ,I10 ?
 

Attachments

Thanks for that ; it is just the job. The only problem is that I do not understand dynamic named ranges or how to use them or even create them.
Is there a tutorial that you can direct me to ?
 
Hi ,

See this file.

The definition of the named range DataRange has been changed slightly , to take into account two changes from your original file :

1. In your original file , column A had text ; in the present file , the column has numeric values.

2. In your original file , the data range started from column B ; in the present file , it starts from column C.

Narayan
 

Attachments

Hi,

If the ranges are fixed, than for your file on comment #5 you can use below formula O6 and copy down.

=IF(INDEX(INDEX($C$6:$M$10,,MATCH(99^99,$C$5:$M$5)),ROW(A1))<>"",A6,"")

Regards,
 
Back
Top