+ Reply to Thread
Results 1 to 2 of 2

Adding an extra validation to this formula.

  1. #1
    Mindie
    Guest

    Adding an extra validation to this formula.

    Here is the formual and here is what I am trying to add to it.

    =CONCATENATE(IF(Monday!R33="4D","EST 4D",Monday!R33),"
    ",IF(OR(AND(F34=TRUE,G34=TRUE),AND(F34=FALSE,G34=FALSE)),H34,IF(F34=TRUE,"X","Y"))," ",Monday!D33)

    I would like to add if B34=True, Put in Monday!A5 and "Z" in instead of H34
    or "X" OR "Y'

  2. #2
    Debra Dalgleish
    Guest

    Re: Adding an extra validation to this formula.

    =IF(Monday!R33="4D","EST 4D",Monday!R33)&" "&
    IF(B34=TRUE,Monday!A5 & " Z",
    IF(OR(AND(F34=TRUE,G34=TRUE),AND(F34=FALSE,G34=FALSE)),H34,
    IF(F34=TRUE,"X","Y"))&" "&Monday!D33)

    Mindie wrote:
    > Here is the formual and here is what I am trying to add to it.
    >
    > =CONCATENATE(IF(Monday!R33="4D","EST 4D",Monday!R33),"
    > ",IF(OR(AND(F34=TRUE,G34=TRUE),AND(F34=FALSE,G34=FALSE)),H34,IF(F34=TRUE,"X","Y"))," ",Monday!D33)
    >
    > I would like to add if B34=True, Put in Monday!A5 and "Z" in instead of H34
    > or "X" OR "Y'



    --
    Debra Dalgleish
    Excel FAQ, Tips & Book List
    http://www.contextures.com/tiptech.html


+ 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