+ Reply to Thread
Results 1 to 3 of 3

If/then to print text.

  1. #1
    Shadyhosta
    Guest

    If/then to print text.

    I want to use a formula so that when a value over zero is put into one cell,
    a line of text prints in another cell. I know it is an if then function, but
    I've forgotten the exact formula and the way to encode the text message in
    the formula.

  2. #2
    gls858
    Guest

    Re: If/then to print text.

    Shadyhosta wrote:
    > I want to use a formula so that when a value over zero is put into one cell,
    > a line of text prints in another cell. I know it is an if then function, but
    > I've forgotten the exact formula and the way to encode the text message in
    > the formula.

    Try this:

    =IF(A1>0,"print this text","print this other text")

    gls858

  3. #3
    Bill Kuunders
    Guest

    Re: If/then to print text.


    The value is in A2
    In the other cell enter

    =IF(A2>0,"this is greater than zero or what ever","")

    Regards
    Bill K
    "Shadyhosta" <[email protected]> wrote in message
    news:[email protected]...
    >I want to use a formula so that when a value over zero is put into one
    >cell,
    > a line of text prints in another cell. I know it is an if then function,
    > but
    > I've forgotten the exact formula and the way to encode the text message in
    > the formula.




+ 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