M
Mike Kramer
I am looking for a function (not a macro) that assigns a
value to another cell. This allows me the options to a)
automatically fill a cell if a condition is met and b)
manually fill the cell if the condition is not met,
without overwriting any function.
The function would look something like the example below,
where every recalculation of the spreadsheet the cell D4
is assigned the value 3 if the condition is met.
B2: if(condition,Mike(3,D4))
Cheers,
Mike.
PS
Obviously the example formula results in #NAME? error as
Excel does not recognise my name as a valid function and
can not guess what I am trying to do today.
value to another cell. This allows me the options to a)
automatically fill a cell if a condition is met and b)
manually fill the cell if the condition is not met,
without overwriting any function.
The function would look something like the example below,
where every recalculation of the spreadsheet the cell D4
is assigned the value 3 if the condition is met.
B2: if(condition,Mike(3,D4))
Cheers,
Mike.
PS
Obviously the example formula results in #NAME? error as
Excel does not recognise my name as a valid function and
can not guess what I am trying to do today.