Excel: Referencing a whole column from another sheet?

Soldato
Joined
20 Oct 2002
Posts
17,923
Location
London
So, I have two sheets in the same workbook. One that looks nice for users to add details (first name, last name, email address etc.) and another that takes that info and puts it into a non-formatted style so it's ready to be exported into a simple CSV to import into a bit of software. It does other stuff like creates usernames etc too.

Anyway, I've managed to take the a cell reference from the first sheet into the second sheet by using the below formula;
Code:
=PROPER('Sheet1'!B11)
This works fine if on my second sheet, I drag down the formula to fill as many rows as I can be bothered to drag down to.

Seen as I don't know how many rows the user is going to fill in on Sheet1, my question is how do I mirror the rows from Sheet1 regardless if they fill in 3 rows, or say 150? :confused: Or is dragging the formula down for miles on the second sheet, the only way? :confused: It seems a little messy, is all.

Thanks!
 
Soldato
OP
Joined
20 Oct 2002
Posts
17,923
Location
London
Ack sorry I can't send the sheet as it contains email addresses etc. and I can't be faffed wiping it all. I've actually been tasked with migrating this to our online Google Sheets-esque corporate platform now which means probably half of this stuff won't work :o
 
Back
Top Bottom