Excel Macro determined by If Statement

G

Guest

I am trying to figure out if I can execute one of two
Excel macros based on the results of an if statement. For
Example:

=If(a1=10,execute macro1, execute macro2)

Is this possible? How would I do it?
 
Top