+ Reply to Thread
Results 1 to 4 of 4

2 Formulae 1 Cell

  1. #1
    Registered User
    Join Date
    11-18-2003
    Location
    dublin, ireland
    Posts
    2

    2 Formulae 1 Cell

    Hi,
    Im trying to use 2 IF functions on the one cell.

    My jobs consists of alot of printing with numerous types of paper each numbered differently. Jobs that come in are all named differently and use different forms. for example. the Job APTFEE uses ASC31 stationary, whereas job R30EE uses RCT31 stationary.

    Im trying to set up a form so when someone types in the job name the type of paper will appear in the cell. I hope im making sense.

    this is the formula ive been using, and changing it around for the last 4 hours without success... =IF(A4="Aptfee","ASC31","False")OR(=IF,A4="r30ee","RCT31","False")

    Ive tried alot of different ones this one is just the current one ive tried and i probably was closer before, any help would be much appreciated
    Thanks
    Pajodublin

  2. #2
    Forum Contributor
    Join Date
    06-23-2004
    Location
    Houston, TX
    Posts
    571
    Quote Originally Posted by pajodublin
    Hi,
    Im trying to use 2 IF functions on the one cell.

    My jobs consists of alot of printing with numerous types of paper each numbered differently. Jobs that come in are all named differently and use different forms. for example. the Job APTFEE uses ASC31 stationary, whereas job R30EE uses RCT31 stationary.

    Im trying to set up a form so when someone types in the job name the type of paper will appear in the cell. I hope im making sense.

    this is the formula ive been using, and changing it around for the last 4 hours without success... =IF(A4="Aptfee","ASC31","False")OR(=IF,A4="r30ee","RCT31","False")

    Ive tried alot of different ones this one is just the current one ive tried and i probably was closer before, any help would be much appreciated
    Thanks
    Pajodublin

    Try this ...

    =IF(A4="Aptfee","ASC31",IF(A4="r30ee","RCT31","False"))

    OR, if there are only 2 choices for A4, i.e, either it is "Aptfee" or "r30ee" then your formula can be

    =if(A4="Aptfee","ASC31","RCT31")

    Regards.
    BenjieLop
    Houston, TX

  3. #3
    Registered User
    Join Date
    11-18-2003
    Location
    dublin, ireland
    Posts
    2
    Quote Originally Posted by BenjieLop
    Try this ...

    =IF(A4="Aptfee","ASC31",IF(A4="r30ee","RCT31","False"))

    OR, if there are only 2 choices for A4, i.e, either it is "Aptfee" or "r30ee" then your formula can be

    =if(A4="Aptfee","ASC31","RCT31")

    Regards.

    thanks

    that 1st one did the job, perfect
    i knew i shouldve came here first.
    Thanks again
    Pajo

  4. #4
    Forum Contributor
    Join Date
    06-23-2004
    Location
    Houston, TX
    Posts
    571
    Quote Originally Posted by pajodublin
    thanks

    that 1st one did the job, perfect
    i knew i shouldve came here first.
    Thanks again
    Pajo
    Thank you for the feedback... glad I can help.

    Regards.

+ 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