Thewyzewun
New Member
- Joined
- Feb 5, 2010
- Messages
- 16
Hi
I'm trying to do two things. One is very simple, and not ideal, the other perhaps slightly harder, but performs the same task as task one much more efficiently.
If I have fill out a few rows in Sheet 1 of a workbook, I'd like the ability to also show that information on Sheet 2.
I've tried entering =CELL(customcellrangename) into an individual cell of Sheet 2, and =(customcellrangename), but in response to either I get #VALUE!.
I've also tried entering =(customercellname) into a particular cell, and can see when I'm referencing an individual cell rather than a cell range (i.e. a selection that includes a few columns and rows) this works fine, I don't understand how to do it with a range though.
That's the simple version, I'm probably just using some syntax wrong.
What I'd really like to do is this:
In Sheet 1 I have rows and rows of data.
In Sheet 2, I want to display the entirety of any row containing the words "Action Required" in Column D. These words will not be mispelt, abbreviated etc so Excel will be able to find them if only I knew how to ask it to look!
To futher complicate matters, data from Sheet 3, Sheet 4 etc will need to be displayed aswell, and I will need some way of telling it apart, so I need to insert the Sheet Name into Column A, preceding each individual row of data.
Like I say, I'm sure I've done this before, but it was so many years ago I've either forgotten or...?
So thanks for any assistance you can offer
I'm trying to do two things. One is very simple, and not ideal, the other perhaps slightly harder, but performs the same task as task one much more efficiently.
If I have fill out a few rows in Sheet 1 of a workbook, I'd like the ability to also show that information on Sheet 2.
I've tried entering =CELL(customcellrangename) into an individual cell of Sheet 2, and =(customcellrangename), but in response to either I get #VALUE!.
I've also tried entering =(customercellname) into a particular cell, and can see when I'm referencing an individual cell rather than a cell range (i.e. a selection that includes a few columns and rows) this works fine, I don't understand how to do it with a range though.
That's the simple version, I'm probably just using some syntax wrong.
What I'd really like to do is this:
In Sheet 1 I have rows and rows of data.
In Sheet 2, I want to display the entirety of any row containing the words "Action Required" in Column D. These words will not be mispelt, abbreviated etc so Excel will be able to find them if only I knew how to ask it to look!
To futher complicate matters, data from Sheet 3, Sheet 4 etc will need to be displayed aswell, and I will need some way of telling it apart, so I need to insert the Sheet Name into Column A, preceding each individual row of data.
Like I say, I'm sure I've done this before, but it was so many years ago I've either forgotten or...?
So thanks for any assistance you can offer