IFPUSH & IFRUN functions??? Please help

  • Thread starter Thread starter rmc5446
  • Start date Start date
R

rmc5446

I am trying to create an IFPUSH fuction and am having a difficult time.
The statement would allow one to say:

IFPUSH(A10="yes", A1=50, "")

This function could be embedded in any cell and would "push" the answe
"50" to A1 the defined cell. This would allow one to leave A1 free o
formulas and the ability to manually input data into the cell withou
writing over and deleting an IF statement (usually found inside th
designated) that affects them.

Another way to do this is to embed a macro inside of an if statement:

IFRUN(A10=YES, 'run macro yes',"")

is this possible? Please email me if these are not a clear questions

thanks

Ro
 
It isn't possible. Cells can't alter other cells, but can only return a
value to the cell in which they are located. Your macro idea (IFRUN) won't
fly either.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top