+ Reply to Thread
Results 1 to 3 of 3

IF COMMAND WITH TEXT

  1. #1
    JOOPEE
    Guest

    IF COMMAND WITH TEXT

    HOW CAN I ON SHEET-1 CELL C-10=AVAIL, THEN ON SHEET-2 CELL D-8=OFF

  2. #2
    Biff
    Guest

    Re: IF COMMAND WITH TEXT

    Hi!

    What do you want to do if sheet1 C10 does not = AVAIL ?

    Enter this formula in Sheet2 D8:

    =IF(Sheet1!C10="avail","off","not defined")

    Biff

    "JOOPEE" <[email protected]> wrote in message
    news:[email protected]...
    > HOW CAN I ON SHEET-1 CELL C-10=AVAIL, THEN ON SHEET-2 CELL D-8=OFF




  3. #3
    Harlan Grove
    Guest

    Re: IF COMMAND WITH TEXT

    JOOPEE wrote...
    >HOW CAN I ON SHEET-1 CELL C-10=AVAIL, THEN ON SHEET-2 CELL D-8=OFF


    Turn off your Caps Lock. Use the following formula in Sheet2 cell D8.

    Sheet2!D8:
    =IF(Sheet1!C10="AVAIL","OFF","")


+ 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