+ Reply to Thread
Results 1 to 4 of 4

How call a function?

  1. #1
    Casrlos A.
    Guest

    How call a function?

    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)



  2. #2
    Pete_UK
    Guest

    Re: How call a function?

    Try something like this:

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

    I assume that Charge is a User-defined function.

    Hope this helps.

    Pete

    Casrlos A. wrote:
    > 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)



  3. #3
    Casrlos A.
    Guest

    Re: How call a function?

    Thanks
    "Pete_UK" <[email protected]> wrote in message
    news:[email protected]...
    > Try something like this:
    >
    > =IF(G8="","",Charge( ... ) )
    >
    > I assume that Charge is a User-defined function.
    >
    > Hope this helps.
    >
    > Pete
    >
    > Casrlos A. wrote:
    >> 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)

    >




  4. #4
    Pete_UK
    Guest

    Re: How call a function?

    You're welcome.

    Pete

    Casrlos A. wrote:
    > Thanks
    > "Pete_UK" <[email protected]> wrote in message
    > news:[email protected]...
    > > Try something like this:
    > >
    > > =IF(G8="","",Charge( ... ) )
    > >
    > > I assume that Charge is a User-defined function.
    > >
    > > Hope this helps.
    > >
    > > Pete
    > >
    > > Casrlos A. wrote:
    > >> 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)

    > >



+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1