If Function

Forum discussion tagged with If Function.
  1. M

    using IF function

    what is the formula to insert in the cell when I want to express "IF" values in F column are "high" than 100 or "low" than 100? Thanks
  2. T

    Remote Open Program

    HELP PLEASE! Ok here is my situation.. I purchased the new apple TV and for some reason almost everytime I go to watch a movie in my Library my Library has been disconnected and I need to walk upstairs, close ITUNES then reopen it, then back downstairs and all is good. I have been looking for...
  3. A

    Cannot get my Code in C to work

    My code is supposed to be pretty simple I've searched around the web but can't find much that helps so I was wondering if my code should be a switch statement rather than an if one... Here's my code... #include <stdio.h> int main(void) { int num; scanf("%d",&num); if (num...