copy command within a formula

  • Thread starter Thread starter copy commad in excel formula
  • Start date Start date
C

copy commad in excel formula

Is this formula a valid one. Is there another way of doing this?

If(c6=201,copy c7,"")
 
Hi,

Let me address your first question - no, you can't put a command into a
function. Function return results of calculations to cells, they can't make
any actions that affect the user interface.
 
Back
Top