I need a formula that takes all the non-blank values from columns N and O in sheet1,
columns E and F in sheet2
and put them all in one column B in sheet3
Asked
Active
Viewed 21 times
0

Pat
- 55
- 6
-
1`=VSTACK(TOCOL(Sheet1!N:O,1),TOCOL(Sheet2!E:F,1))` – JvdV May 18 '22 at 13:34
-
it's giving me an #NAME1 error @JvdV – Pat May 18 '22 at 14:34