S
Steved
Hello from Steved
I have this formula in Col A:A =IF(Master!R6=2, ROW(),"")
Starting in Row 6 R6 is Row 6 and =2 is Sheet2
I have the below formula in col's B6 to Q30
=IF(ISNUMBER(SMALL(IF($B$6:$B$30="","",ROW
($B$6:$B$30)),ROW(6:6))),INDIRECT("Master!"&CHAR(COLUMN()
+64)&SMALL(IF($B$6:$B$30="","",ROW($B$6:$B$30)),ROW
(6:6))),"")
Ok I am in Sheet2 Row 6 have the above formula as a Array
{}, my understanding is that Row (6:6) is the lookup
this has got me stumped, yes the above formula is working
on every cell. I would like to know please, What do I
have to do for it to reconize Sheet2 Row 6 and be blank
in Rows 7 to 30.
Thankyou.
I have this formula in Col A:A =IF(Master!R6=2, ROW(),"")
Starting in Row 6 R6 is Row 6 and =2 is Sheet2
I have the below formula in col's B6 to Q30
=IF(ISNUMBER(SMALL(IF($B$6:$B$30="","",ROW
($B$6:$B$30)),ROW(6:6))),INDIRECT("Master!"&CHAR(COLUMN()
+64)&SMALL(IF($B$6:$B$30="","",ROW($B$6:$B$30)),ROW
(6:6))),"")
Ok I am in Sheet2 Row 6 have the above formula as a Array
{}, my understanding is that Row (6:6) is the lookup
this has got me stumped, yes the above formula is working
on every cell. I would like to know please, What do I
have to do for it to reconize Sheet2 Row 6 and be blank
in Rows 7 to 30.
Thankyou.