Results 1 to 2 of 2

Thread: If function Problem

Threaded View

  1. #1

    If function Problem

    If function Problem


    i have a time sheet.
    C2 must have value if c1 bigger or equal to 7,5 =7,5
    if c1<7.5 c2 must be have digits of c1

    =if(c1>=7,5;7,5);=if(c1<7,5;c1)
    for example
    c
    1 8
    2 7.5
    c
    1 4
    2 4

    how i must write formula
    thanks before
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •