How call a function?

  • Thread starter Thread starter Casrlos A.
  • Start date Start date
C

Casrlos A.

Hello all
I need to call a function named Charge( ) but only when the cell G8 be used.

How can I do?
Thanks a lot.
(Excel 2003)
 
Try something like this:

=IF(G8="","",Charge( ... ) )

I assume that Charge is a User-defined function.

Hope this helps.

Pete
 
Thanks
Pete_UK said:
Try something like this:

=IF(G8="","",Charge( ... ) )

I assume that Charge is a User-defined function.

Hope this helps.

Pete
 

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