D
DonE
I have been trying to conditional move the contents of a spreedsheet within
an IF statement without any luck any answers?
an IF statement without any luck any answers?
I have been trying to conditional move the contents of a spreedsheet within
an IF statement without any luck any answers?
I would like based on a IF condition to move the contents of a row in one
sheet to another sheet, effectively copying the contents of an existing sheet
to the new location in the new sheet.
An example would be:
This IF Statement is in Sheet2 at C1
IF(Sheet1!A1=1,Sheet1!B1:B17,IF(Sheet1!A1=2,Sheet1!C1:C17," "))
What I'm trying to do is based on a variable in Sheet one move a row of data
from sheet1 to sheet2 based on informatin in sheet1. The above example would
move 17 cells to this location on sheet2 from C1 to C17.