Hi,
is is possible in Excel to have some sort of fixed function defined for a entire column? This function needs to persist when a row is deleted, and it needs to 'exist' when new row data is added...
So in the example below, If I cut row 1 to row 3 (so the worksheet is empty), I want the 'new' row 1 to have the function in column D already defined (which is actually: multiply the value from C from the same row with 10)... Is this possible?
----------------------------------------- | A | B | C | D | ----------------------------------------- | 1 | 1 | 1 |=C1 * 10 | --- ROW 1 ----------------------------------------- | 1 | 1 | 1 |=C2 * 10 | --- ROW 2 ----------------------------------------- | 1 | 1 | 1 |=C3 * 10 | --- ROW 3 ----------------------------------------- | | | | | ----------------------------------------- | | | | | -----------------------------------------