+ Reply to Thread
Results 1 to 2 of 2

wrong syntax

  1. #1
    Asta
    Guest

    wrong syntax

    Im trying to do something like this but i havent gotten the right syntax
    if c:4 is >300 and <400 subtract 43 and multiply by .36

  2. #2
    Arvi Laanemets
    Guest

    Re: wrong syntax

    Hi

    2 possible solutions - the first one returns an empty string (or any other
    result on your choice), when conditions aren't filled, the other returns 0
    in this case:
    =IF(AND(C4>300,C4<400),(C4-43)*0.36,"")
    =AND(C4>300,C4<400)*(C4-43)*0.36


    Arvi Laanemets


    "Asta" <[email protected]> wrote in message
    news:[email protected]...
    > Im trying to do something like this but i havent gotten the right syntax
    > if c:4 is >300 and <400 subtract 43 and multiply by .36




+ 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