I've done some searching and can find ways to clear data from a cell but I need another variant.
As an example:
If Sheet1 A1 is 0 or blank, clear cell contents on Sheet2 A5.
If Sheet1 A1 is greater than 0 then get cell contents from Sheet1 A2 and put it in Sheet2 A5.
I can manually enter cell pointers into sheet2 A5 but I'd rather have something more automated. Using a IF statement works if the A1 cell is greater than 0, but when it is 0 or blank the "" statement messed up other formulas. If that makes sense.
Any help would be much appreciated.
As an example:
If Sheet1 A1 is 0 or blank, clear cell contents on Sheet2 A5.
If Sheet1 A1 is greater than 0 then get cell contents from Sheet1 A2 and put it in Sheet2 A5.
I can manually enter cell pointers into sheet2 A5 but I'd rather have something more automated. Using a IF statement works if the A1 cell is greater than 0, but when it is 0 or blank the "" statement messed up other formulas. If that makes sense.
Any help would be much appreciated.