Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Excel Help - advanced formulas?

I want to create a spreadsheet for exercises starting from basic exercises progressing up to the master lift. I'll call the beginner exercise "-A-" where progression cannot be made to the next exercise (-B-) until it is mastered.

Therefore when exercise -A- is mastered, I want to be able to put a number 1 into the spreadsheet and the next progression -B- will appear on sheet 2.

Sorry if it sounds confusing.

Thanks.

1 Answer

Relevance
  • Amit
    Lv 6
    8 years ago
    Favorite Answer

    You have to Set A Flag for Mastering Level

    Suppose Column A has the Exercise Name,Column B has The Level and C has Status (If it is Mastered or not) in either TRUE or FALSE

    Simply Put a Formula in Cell A3

    = IF (C2, "-B-", "-A-")

    ----

    As much as I could understand it, I Explained. If you elaborate clearly May be I can come up with better solutions. Hope this will help you.

    (°.°)a

Still have questions? Get your answers by asking now.