+ Reply to Thread
Results 1 to 4 of 4

=IF(B44>14*B44<24*D44>44*D44<88*F44>999*F44<1276,"$75.00",IF(B44>1

  1. #1
    Mike
    Guest

    =IF(B44>14*B44<24*D44>44*D44<88*F44>999*F44<1276,"$75.00",IF(B44>1

    Biff helped me but this is the whole formula i need to work.
    =IF(B44>14*B44<24*D44>44*D44<88*F44>999*F44<1276,"$75.00",IF(B44>14*B44<24*D44>44*D44<88,"$37.50","$0.00"))

  2. #2
    Biff
    Guest

    Re: =IF(B44>14*B44<24*D44>44*D44<88*F44>999*F44<1276,"$75.00",IF(B44>1

    "Mike" wrote...
    > Biff helped me but this is the whole formula i need to work.
    > =IF(B44>14*B44<24*D44>44*D44<88*F44>999*F44<1276,"$75.00",IF(B44>14*B44<24*D44>44*D44<88,"$37.50","$0.00"))


    There's no need to keep starting a new post. Just stay in the original post.

    Biff



  3. #3
    FSt1
    Guest

    RE: =IF(B44>14*B44<24*D44>44*D44<88*F44>999*F44<1276,"$75.00",IF(B44>1

    hi,
    try this...
    =IF(AND(B44>14,B44<24,D44>44,D44<88,F44>999,F44<1276),"$75.00",IF(AND(B44>14,B44<24,D44>44,D44<88),"$37.50","$0.00"))

    regards
    FSt1

    "Mike" wrote:

    > Biff helped me but this is the whole formula i need to work.
    > =IF(B44>14*B44<24*D44>44*D44<88*F44>999*F44<1276,"$75.00",IF(B44>14*B44<24*D44>44*D44<88,"$37.50","$0.00"))


  4. #4
    Forum Contributor
    Join Date
    04-25-2006
    Posts
    215
    Enter as array formula

    =IF((B44>14)*(B44<24)*(D44>44)*(D44<88)*(F44>999)*(F44<1276)," $75.00",IF((B44>14)*(B44<24)*(D44>44)*(D44<88),"$37.50","$0.00"))

+ 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