Some important formulas in excel

Actuary Forums Forums Learnings Daily Dose Some important formulas in excel

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #23200
    shreyanshh
    Participant

      ISNUMBER(VALUES) – returns TRUE if the value is a number, otherwise FALSE

      Similarly there are few other formulas also such as – 1) ISURL(VALUES) – to check if the selected values are URL

      2) ISFORMULA(VALUES) – to check if the selected values is a formula

      3) ISTEXT(VALUES)- to check if the selected values is a text

      These functions return TRUE /FALSE based on the data.

      Sent from my S6s using Actuarial Info mobile app

      #24452
      Arpit Surana
      Participant

        shreyanshh wrote:

        ISNUMBER(VALUES) – returns TRUE if the value is a number, otherwise FALSE

        Similarly there are few other formulas also such as – 1) ISURL(VALUES) – to check if the selected values are URL

        2) ISFORMULA(VALUES) – to check if the selected values is a formula

        3) ISTEXT(VALUES)- to check if the selected values is a text

        These functions return TRUE /FALSE based on the data.

        Sent from my S6s using Actuarial Info mobile app

        This function is really helpful,

        You can also use Conditional formating also, its also really helpful function. It can be used to find empty cells, incorrect values, highlight the imp things and lot of things.

        If anyone wants i can write a post on how it is used and what’s the importance of it.

        #24453
        shreyanshh
        Participant

          Thanks Arpit. I am glad that you find it helpful.

          Conditional formatting seems interesting and a very useful function. Please post about it. I would like to learn.

          Sent from my S6s using Actuarial Info mobile app

          #24454
          Mayank Goyal
          Keymaster

            Hey Arpit great idea, let me know when you complete it and I’ll post it over TAC!

            Sent from my LLD-AL10 using Actuarial Info mobile app

          Viewing 4 posts - 1 through 4 (of 4 total)
          • You must be logged in to reply to this topic.

          Actuary Forums Forums Learnings Daily Dose Some important formulas in excel