M
Morgan
Hello,
I have the following formula:
{=IF(ISTEXT(Sheet1!$K$1:$M$1),Sheet1!$K$1:$M$1," ")}
I've actually put this formula in cells Sheet2!K1:Q1, so as to allow
for future expansion of the range on Sheet1. But, on Sheet 2, in cells
N1:Q1, I get #N/A values because the array formula range on Sheet2 does
not match the array argument range on Sheet1.
What I would like to do, if possible, is replace the #N/A values on
Sheet2 with blanks. I've tried using the following:
=IF(ISNA(my formula,"",my formula)
but that doesn't help. I still get #N/A values. Using other IF(IS..
functions does not seem to work, either.
Is there any way to replace the #N/A values when the array size does
not match the array argument range?
Thank you.
I have the following formula:
{=IF(ISTEXT(Sheet1!$K$1:$M$1),Sheet1!$K$1:$M$1," ")}
I've actually put this formula in cells Sheet2!K1:Q1, so as to allow
for future expansion of the range on Sheet1. But, on Sheet 2, in cells
N1:Q1, I get #N/A values because the array formula range on Sheet2 does
not match the array argument range on Sheet1.
What I would like to do, if possible, is replace the #N/A values on
Sheet2 with blanks. I've tried using the following:
=IF(ISNA(my formula,"",my formula)
but that doesn't help. I still get #N/A values. Using other IF(IS..
functions does not seem to work, either.
Is there any way to replace the #N/A values when the array size does
not match the array argument range?
Thank you.