Hello Frank from Steved
What is my objective
My objective is that I need to copy Row information in the
Master Sheet "as an example B6 to Q6"
How do I acheive this
In R6 I have a formula which needs to look in F6 and
give the first numeral, say I have "5401" the first numeral
is 5, so I Need to copy the information to Sheet5 in this
case another example "7544" in this case 7 so this
information will go to Sheet7
Now to put the copied information in this case to Sheet5
In Sheet5 I have a formula in Col A6 =IF(Master!R6=5, ROW
(),""), Okay looks in Master Sheet looks in R6 and finds 5
and in rows B6 to B30 I have the below formula in each cell
=IF(ISNUMBER(SMALL(IF($A$6:$A$30="","",ROW($A$6:$A$30)),ROW
(1:1))),INDIRECT("Master!"&CHAR(COLUMN()+64)&SMALL(IF
($A$6:$A$30="","",ROW($A$6:$A$30)),ROW(1:1))),"")
If you would like to see how it works
Create 2 Sheets one called master and the other Sheet5
put data in cells B6 to Q6.
Ok If I have as normal not made myself clear, I would be
only to happy to send to you The Spreadsheet.
ps if you decide in your own wisdom to do the example
please Frank will you do 2 situations, name 2 Worksheets
1 called Sheet5 and the other Called SheetW, Sheet5 put in
Cell F6 type 5401 please and goto Sheet5 in Row B6 to Q30
you should see 0's in each cell, now please go back to
Master and change 5401 to W5401 now it should be in SheetW
and nothing in Sheet5. This is my dilemma getting SheetW
to work.
Cheers
Thankyou.