Create a list from many columns

A

Alan B

I have 20 columns of data named week 1, week 2, week 3 etc for 12,000 rows
however not every week has a value although each row has at least 1 value in
one of the 20 columns.

I want to create a list in a single column, column 21, based on the most
recent column with a value for each row i.e. if week 20 has a value, I want
that value in my list but if it's blank I want to look in week 19 and take
that value but if it's also blank look in week 18 and take that value and so
on.

I don't know how to do this withoun lots of copying and pasting. I'd
appreciate if anyone can help.
 
M

Mike H

Alan,

Assuming your weeks are in columns A to T put this u=in column U and drag down

=LOOKUP(6.022*10^23,A2:T2)

Mike
 
M

Mike H

I seem to have had a brainstorm that should rwad

Assuming your weeks are in columns A to T put this in column U and drag down

=LOOKUP(6.022*10^23,A2:T2)

Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top