Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to add COUNTIF foemula to QXlsx library?

How to add COUNTIF foemula to QXlsx library?

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 2 Posters 668 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • mangekoyuM Offline
    mangekoyuM Offline
    mangekoyu
    wrote on last edited by
    #1

    Hello, I'm trying use QXlsx for export to excell. I need use COUNTIF formula for excell. when I check formula examples file I couldn't find COUNTIF formula. But I believe there is a way for use this formula.Please can someone help me. I couldn't add COUNTIF formula.
    Here is formulas page

    JonBJ 1 Reply Last reply
    0
    • mangekoyuM mangekoyu

      Hello, I'm trying use QXlsx for export to excell. I need use COUNTIF formula for excell. when I check formula examples file I couldn't find COUNTIF formula. But I believe there is a way for use this formula.Please can someone help me. I couldn't add COUNTIF formula.
      Here is formulas page

      JonBJ Online
      JonBJ Online
      JonB
      wrote on last edited by
      #2

      @mangekoyu
      You just need to create a suitable COUNTIF Excel expression in a CellValue, just like all the examples show. Qt/QXlsx does not document what you can do/the syntax of formulae in Excel, you find that out from Excel documentation or trying it in an Excel spreadsheet.

      1 Reply Last reply
      1
      • mangekoyuM Offline
        mangekoyuM Offline
        mangekoyu
        wrote on last edited by
        #3

        @JonB I can use COUNTIF on excell but I couldnt figureout how should I use. Can you share an example If u know please?

        JonBJ 1 Reply Last reply
        0
        • mangekoyuM mangekoyu

          @JonB I can use COUNTIF on excell but I couldnt figureout how should I use. Can you share an example If u know please?

          JonBJ Online
          JonBJ Online
          JonB
          wrote on last edited by
          #4

          @mangekoyu
          I cannot understand. You copy and paste the formula from Excel to use in QXlsx, just like every example you referenced showed. QXlsx does nothing but read/write what you tell it to, it does no Excel work of its own at all.

          mangekoyuM 1 Reply Last reply
          1
          • JonBJ JonB

            @mangekoyu
            I cannot understand. You copy and paste the formula from Excel to use in QXlsx, just like every example you referenced showed. QXlsx does nothing but read/write what you tell it to, it does no Excel work of its own at all.

            mangekoyuM Offline
            mangekoyuM Offline
            mangekoyu
            wrote on last edited by
            #5

            @JonB Thank you so much. After some digging I understood exactly what you meant.

            1 Reply Last reply
            1

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved