hi
I need help with this problem that i have.
I have a formula copied to a range of cells. it copies that content of one cell into a different cell. The problem is that if one of the cell is blank the formula returns an error message.
example:
i have data in cell A:5 throug D:5
i will copy data into A7 throug D7(contents of A5 goes into A7, b5 into B7,etc)
C5 empty - C7 i get an error
the formula that i use is
IF(A5=A5,A5,"")
Unless there is an different formula, this is the one i'm using
what formula can i use in case the content of a cell is blank (no data) it ignores the formula. I tried the COUNTA and ISNA formulas but does not work or what i'm doing wrong?
I need help with this problem that i have.
I have a formula copied to a range of cells. it copies that content of one cell into a different cell. The problem is that if one of the cell is blank the formula returns an error message.
example:
i have data in cell A:5 throug D:5
i will copy data into A7 throug D7(contents of A5 goes into A7, b5 into B7,etc)
C5 empty - C7 i get an error
the formula that i use is
IF(A5=A5,A5,"")
Unless there is an different formula, this is the one i'm using
what formula can i use in case the content of a cell is blank (no data) it ignores the formula. I tried the COUNTA and ISNA formulas but does not work or what i'm doing wrong?