Helper Field, Display Data based on "null" or "blank" in other field..

Have been racking my small brain on how to create this Helper Field.

Pod Rank 1.jpg

这个表是把数据从我们的细节y log. I am not sure if I can create the formula here or if I have to go to the LOG SHEET. Right now its counting all dispatched "10-50" which I still want, but if we get a false "10-50", in ROW [NEG-IRF] we put the reason. So I also need a new Field that will represent [Actual 10-50] which would essentially be a [Event]="10-50" as long as [NEG-IRF] is BLANK.

I'm pretty sure I can add the new [Column] that will count [actual 10-50]

Answers

  • Brent Wilson
    Brent Wilson ✭✭✭✭✭

    I think this is what you are asking.

    =IF(AND(Event]@Row="10-50",ISBLANK([Neg-IRF])),"10-50","")

    You could also use a check for blanks in the [NEG-IRF] in the COUNTIFS

    Something like. I didn't test

    =COUNTIFS({BuletPatroller1},[email protected],{Event},[10-50]@row,[NEG-IRF]@row,<>"")

    Read this for some info on blanks in COUNTIFS

    Hi team - I have 2 columns (Seat and Open Req) that I need to count:<\/p>

    When Seat = Filled and Open Req is not blank<\/p>

    When Seat = Filled and Open Req is blank<\/p>

    I'm struggling with the COUNTIFS sequence to get this to work.<\/p>

    Any help would be greatly appreciated.<\/p>","bodyRaw":"[{\"insert\":\"Hi team - I have 2 columns (Seat and Open Req) that I need to count:\\nWhen Seat = Filled and Open Req is not blank\\nWhen Seat = Filled and Open Req is blank\\nI'm struggling with the COUNTIFS sequence to get this to work.\\nAny help would be greatly appreciated.\\n\"}]","format":"rich","dateInserted":"2020-07-28T15:42:59+00:00","insertUser":{"userID":118864,"name":"jmo","title":"","url":"https:\/\/community.smartsheet.com\/profile\/jmo","photoUrl":"https:\/\/aws.smartsheet.com\/storageProxy\/image\/images\/u!1!g0lA5zVbOLw!-wfAd_lcHz4!voKaS5U1cZv","dateLastActive":"2023-01-17T16:39:58+00:00","banned":0,"punished":0,"private":false,"label":"✭✭✭✭✭✭"},"displayOptions":{"showUserLabel":false,"showCompactUserInfo":true,"showDiscussionLink":true,"showPostLink":true,"showCategoryLink":false,"renderFullContent":false,"expandByDefault":false},"url":"https:\/\/community.smartsheet.com\/discussion\/70187\/help-w-countifs-and-isblank-and-not-isblank","embedType":"quote","name":"Help w\/ COUNTIFS and ISBLANK and NOT ISBLANK"}"> https://community.smartsheet.com/discussion/70187/help-w-countifs-and-isblank-and-not-isblank

    Hope that helps

    Brent C. Wilson, P.Eng, PMP, Prince2

    Facilityy Professional Services Inc.

    http://www.facilityy.com

  • Thanks@Brent WilsonI did have to modify the formula slightly, I know it seems redundant to display an entry already entered but we wanted to capture the initial response even though it changed while en route. On the totals SHEET I just used the same tabulation formula on the confirmed field...

    10-50-2.jpg
    10-50-3.jpg


  • @Brent Wilson,@Genevieve P.

    Hey there, hoping I am just missing how to input "HAS" . In the formula above, from the main SHEET, we have a [Bullet Patroller] (which this formula has calculated the sought out number) pic1, and we have [Additional Patrollers].

    的[Bullet Patroller] is a single entry field. The [Additional Patrollers] is a multiple entry field, in that we can have one to many Patrollers added for an inc. The LIST that SS pulls from are the same so the names should be the same.

    I would like to calculate (sum or count) a [Additional Total] field that gives me the total for the Patroller when they are listed in the [Additional Patrollers] field for a "10-50" in the [Event] pic2. Currently getting the dreaded UNPARSEABLE

    podrank10-50.jpg
    podrank10-50 ap.jpg


  • Brent Wilson
    Brent Wilson ✭✭✭✭✭

    @SkiPatrolScottsorry for my delay I was out on the hills !!!

    As you know you are using a multiple selections which presents its own issues.

    I am thinking a COUNTM might work better here

    HAS Searches for a specific value and COUNTM just counts the number of elements

    You can then have a column simply have a COUNTM([Additional Patrolers]@row) and then pull that in do your record

    @Paul Newcomehad a discussion about it that might help

    My data input sheet has several columns that are Multi-select dropdowns. For my Metrics summary page, I am struggling with COUNTIF when the user has selected multiple options.<\/p>\n

    Example of options in the Multi-selection dropdown:<\/p>\n

    • Apple<\/li>\n
    • Pear<\/li>\n
    • Grapes<\/li>\n
    • Banana<\/li>\n
    • Other<\/li>\n<\/ul>

      I need guidance on how to structure the criteria for when multiple options are chosen, such as Apple & Pear. I want Apple & Pear<\/strong> to be a distinct count, not count all the times Apple or Pear are used individually in the range. <\/p>\n

      Using the data set shown, I should get the following totals:<\/p>\n

      • Apple - 1 (Not 4, which is the total within the range)<\/em><\/li>\n
      • Pear - 1 (Not 3, which is the total within the range)<\/em><\/li>\n
      • Grapes - 2<\/li>\n
      • Other - 1<\/li>\n
      • Apple Pear - 2<\/li>\n
      • Apple Banana - 1<\/li>\n<\/ul>

        \"Multi-Select.JPG\"<\/img><\/p>","bodyRaw":"

        My data input sheet has several columns that are Multi-select dropdowns. For my Metrics summary page, I am struggling with COUNTIF when the user has selected multiple options.<\/p>\n\n

        Example of options in the Multi-selection dropdown:<\/p>\n\n

          \n\t
        • Apple<\/li>\n\t
        • Pear<\/li>\n\t
        • Grapes<\/li>\n\t
        • Banana<\/li>\n\t
        • Other<\/li>\n<\/ul>\n\n

          I need guidance on how to structure the criteria for when multiple options are chosen, such as Apple & Pear. I want Apple & Pear<\/strong> to be a distinct count, not count all the times Apple or Pear are used individually in the range. <\/p>\n\n

          Using the data set shown, I should get the following totals:<\/p>\n\n

            \n\t
          • Apple - 1 (Not 4, which is the total within the range)<\/em><\/li>\n\t
          • Pear - 1 (Not 3, which is the total within the range)<\/em><\/li>\n\t
          • Grapes - 2<\/li>\n\t
          • Other - 1<\/li>\n\t
          • Apple Pear - 2<\/li>\n\t
          • Apple Banana - 1<\/li>\n<\/ul>\n

            \"Multi-Select.JPG\"<\/p>","format":"html","dateInserted":"2019-12-03T16:24:12+00:00","insertUser":{"userID":113161,"name":"MJayMay","url":"https:\/\/community.smartsheet.com\/profile\/MJayMay","photoUrl":"https:\/\/us.v-cdn.net\/6031209\/uploads\/drupal_profile\/files\/2019-12\/ee\/8d\/nee8da44d5a6246e85b7798a17af17d91.png","dateLastActive":"2020-09-25T20:27:44+00:00","banned":0,"punished":0,"private":false,"label":"✭"},"displayOptions":{"showUserLabel":false,"showCompactUserInfo":true,"showDiscussionLink":true,"showPostLink":true,"showCategoryLink":false,"renderFullContent":false,"expandByDefault":false},"url":"https:\/\/community.smartsheet.com\/discussion\/64336\/countif-multi-selection-dropdown-count-multiple-entries","embedType":"quote","name":"COUNTIF & Multi-Selection Dropdown -- Count multiple entries"}"> https://community.smartsheet.com/discussion/64336/countif-multi-selection-dropdown-count-multiple-entries


    Brent C. Wilson, P.Eng, PMP, Prince2

    Facilityy Professional Services Inc.

    http://www.facilityy.com

  • Genevieve P.
    Genevieve P. Employee Admin

    Hiya!

    COUNTM can be very useful, yes! However are you looking to see if this specific person appears in a multi-select column, and how many times?

    If so, we can use HAS for this.

    Try:

    =COUNTIFS({DP Log Add Patr},HAS(@cell,[email protected]),{Event}, [10-50]@row)


    的reason you were getting Unparseable is because you had an extra parentheses after your first {range}.

    Cheers,

    Genevieve

Everything will remain as is. They just will no longer be able to access.<\/p>"}]}},"status":{"statusID":3,"name":"Accepted","state":"closed","recordType":"discussion","recordSubType":"question"},"bookmarked":false,"unread":false,"category":{"categoryID":321,"name":"Smartsheet Basics","url":"https:\/\/community.smartsheet.com\/categories\/smartsheet-basics%2B","allowedDiscussionTypes":[]},"reactions":[{"tagID":3,"urlcode":"Promote","name":"Promote","class":"Positive","hasReacted":false,"reactionValue":5,"count":0},{"tagID":5,"urlcode":"Insightful","name":"Insightful","class":"Positive","hasReacted":false,"reactionValue":1,"count":0},{"tagID":11,"urlcode":"Up","name":"Vote Up","class":"Positive","hasReacted":false,"reactionValue":1,"count":0},{"tagID":13,"urlcode":"Awesome","name":"Awesome","class":"Positive","hasReacted":false,"reactionValue":1,"count":0}],"tags":[]},{"discussionID":107734,"type":"question","name":"Summarizing result of a formula","excerpt":"Hello, I have a report that groups and summarizes points earned by individuals - well, it's supposed to do so, but the summary of points doesn't work. This appears to be because the points are calculated by a formula - if I just enter numbers, I can get a sum, but if the number are the result of a formula, the sum = 0.…","snippet":"Hello, I have a report that groups and summarizes points earned by individuals - well, it's supposed to do so, but the summary of points doesn't work. This appears to be because…","categoryID":321,"dateInserted":"2023-07-18T14:42:45+00:00","dateUpdated":null,"dateLastComment":"2023-07-19T14:20:18+00:00","insertUserID":149226,"insertUser":{"userID":149226,"name":"Ldonoghue","url":"https:\/\/community.smartsheet.com\/profile\/Ldonoghue","photoUrl":"https:\/\/aws.smartsheet.com\/storageProxy\/image\/images\/u!!28lBP6L25To!knnAvx7mcjw!0bjLA8JaVC7","dateLastActive":"2023-07-19T18:35:23+00:00","banned":0,"punished":0,"private":false,"label":"✭✭"},"updateUserID":null,"lastUserID":45516,"lastUser":{"userID":45516,"name":"Paul Newcome","title":"","url":"https:\/\/community.smartsheet.com\/profile\/Paul%20Newcome","photoUrl":"https:\/\/us.v-cdn.net\/6031209\/uploads\/userpics\/082\/nQPUTVFKKWDJ2.jpg","dateLastActive":"2023-07-20T01:56:58+00:00","banned":0,"punished":0,"private":false,"label":"✭✭✭✭✭✭"},"pinned":false,"pinLocation":null,"closed":false,"sink":false,"countComments":8,"countViews":55,"score":null,"hot":3379472583,"url":"https:\/\/community.smartsheet.com\/discussion\/107734\/summarizing-result-of-a-formula","canonicalUrl":"https:\/\/community.smartsheet.com\/discussion\/107734\/summarizing-result-of-a-formula","format":"Rich","lastPost":{"discussionID":107734,"commentID":385930,"name":"Re: Summarizing result of a formula","url":"https:\/\/community.smartsheet.com\/discussion\/comment\/385930#Comment_385930","dateInserted":"2023-07-19T14:20:18+00:00","insertUserID":45516,"insertUser":{"userID":45516,"name":"Paul Newcome","title":"","url":"https:\/\/community.smartsheet.com\/profile\/Paul%20Newcome","photoUrl":"https:\/\/us.v-cdn.net\/6031209\/uploads\/userpics\/082\/nQPUTVFKKWDJ2.jpg","dateLastActive":"2023-07-20T01:56:58+00:00","banned":0,"punished":0,"private":false,"label":"✭✭✭✭✭✭"}},"breadcrumbs":[{"name":"Home","url":"https:\/\/community.smartsheet.com\/"},{"name":"Get Help","url":"https:\/\/community.smartsheet.com\/categories\/get-help"},{"name":"Smartsheet Basics","url":"https:\/\/community.smartsheet.com\/categories\/smartsheet-basics%2B"}],"groupID":null,"statusID":3,"attributes":{"question":{"status":"accepted","dateAccepted":"2023-07-19T12:07:36+00:00","dateAnswered":"2023-07-18T15:44:21+00:00","acceptedAnswers":[{"commentID":385758,"body":"

It is fine using a formula as long as the formula is outputting numbers. What formula are you using?<\/p>"}]}},"status":{"statusID":3,"name":"Accepted","state":"closed","recordType":"discussion","recordSubType":"question"},"bookmarked":false,"unread":false,"category":{"categoryID":321,"name":"Smartsheet Basics","url":"https:\/\/community.smartsheet.com\/categories\/smartsheet-basics%2B","allowedDiscussionTypes":[]},"reactions":[{"tagID":3,"urlcode":"Promote","name":"Promote","class":"Positive","hasReacted":false,"reactionValue":5,"count":0},{"tagID":5,"urlcode":"Insightful","name":"Insightful","class":"Positive","hasReacted":false,"reactionValue":1,"count":0},{"tagID":11,"urlcode":"Up","name":"Vote Up","class":"Positive","hasReacted":false,"reactionValue":1,"count":0},{"tagID":13,"urlcode":"Awesome","name":"Awesome","class":"Positive","hasReacted":false,"reactionValue":1,"count":0}],"tags":[]},{"discussionID":107740,"type":"question","name":"Smartsheet ownership","excerpt":"The person who created and \"owns\" an important sheet we need is on 8 weeks maternity leave. We need to change a few things, but no one has that permission. How do we override that?","snippet":"The person who created and \"owns\" an important sheet we need is on 8 weeks maternity leave. We need to change a few things, but no one has that permission. How do we override that?","categoryID":321,"dateInserted":"2023-07-18T15:14:59+00:00","dateUpdated":null,"dateLastComment":"2023-07-18T21:01:34+00:00","insertUserID":76851,"insertUser":{"userID":76851,"name":"Kitty","title":"","url":"https:\/\/community.smartsheet.com\/profile\/Kitty","photoUrl":"https:\/\/us.v-cdn.net\/6031209\/uploads\/drupal_profile\/files\/2019-01\/6c\/fb\/n6cfbd4e9f8b51ef6eac617de4934460f.jpg","dateLastActive":"2023-07-18T18:11:31+00:00","banned":0,"punished":0,"private":false,"label":"✭✭✭✭✭"},"updateUserID":null,"lastUserID":45516,"lastUser":{"userID":45516,"name":"Paul Newcome","title":"","url":"https:\/\/community.smartsheet.com\/profile\/Paul%20Newcome","photoUrl":"https:\/\/us.v-cdn.net\/6031209\/uploads\/userpics\/082\/nQPUTVFKKWDJ2.jpg","dateLastActive":"2023-07-20T01:56:58+00:00","banned":0,"punished":0,"private":false,"label":"✭✭✭✭✭✭"},"pinned":false,"pinLocation":null,"closed":false,"sink":false,"countComments":3,"countViews":34,"score":null,"hot":3379409193,"url":"https:\/\/community.smartsheet.com\/discussion\/107740\/smartsheet-ownership","canonicalUrl":"https:\/\/community.smartsheet.com\/discussion\/107740\/smartsheet-ownership","format":"Rich","lastPost":{"discussionID":107740,"commentID":385833,"name":"Re: Smartsheet ownership","url":"https:\/\/community.smartsheet.com\/discussion\/comment\/385833#Comment_385833","dateInserted":"2023-07-18T21:01:34+00:00","insertUserID":45516,"insertUser":{"userID":45516,"name":"Paul Newcome","title":"","url":"https:\/\/community.smartsheet.com\/profile\/Paul%20Newcome","photoUrl":"https:\/\/us.v-cdn.net\/6031209\/uploads\/userpics\/082\/nQPUTVFKKWDJ2.jpg","dateLastActive":"2023-07-20T01:56:58+00:00","banned":0,"punished":0,"private":false,"label":"✭✭✭✭✭✭"}},"breadcrumbs":[{"name":"Home","url":"https:\/\/community.smartsheet.com\/"},{"name":"Get Help","url":"https:\/\/community.smartsheet.com\/categories\/get-help"},{"name":"Smartsheet Basics","url":"https:\/\/community.smartsheet.com\/categories\/smartsheet-basics%2B"}],"groupID":null,"statusID":3,"attributes":{"question":{"status":"accepted","dateAccepted":"2023-07-18T15:52:14+00:00","dateAnswered":"2023-07-18T15:49:34+00:00","acceptedAnswers":[{"commentID":385764,"body":"

If there is anyone shared to the sheet as Admin, they should be able to make the necessary changes or share someone else to the sheet as Admin so that the changes can be made. Otherwise you are just going to have to wait until the owner of the sheet is able to share someone to it as Admin.<\/p>"}]}},"status":{"statusID":3,"name":"Accepted","state":"closed","recordType":"discussion","recordSubType":"question"},"bookmarked":false,"unread":false,"category":{"categoryID":321,"name":"Smartsheet Basics","url":"https:\/\/community.smartsheet.com\/categories\/smartsheet-basics%2B","allowedDiscussionTypes":[]},"reactions":[{"tagID":3,"urlcode":"Promote","name":"Promote","class":"Positive","hasReacted":false,"reactionValue":5,"count":0},{"tagID":5,"urlcode":"Insightful","name":"Insightful","class":"Positive","hasReacted":false,"reactionValue":1,"count":0},{"tagID":11,"urlcode":"Up","name":"Vote Up","class":"Positive","hasReacted":false,"reactionValue":1,"count":0},{"tagID":13,"urlcode":"Awesome","name":"Awesome","class":"Positive","hasReacted":false,"reactionValue":1,"count":0}],"tags":[]}],"initialPaging":{"nextURL":"https:\/\/community.smartsheet.com\/api\/v2\/discussions?page=2&categoryID=321&includeChildCategories=1&type%5B0%5D=Question&excludeHiddenCategories=1&sort=-hot&limit=3&expand%5B0%5D=all&expand%5B1%5D=-body&expand%5B2%5D=insertUser&expand%5B3%5D=lastUser&status=accepted","prevURL":null,"currentPage":1,"total":4855,"limit":3},"title":"Trending in Smartsheet Basics","subtitle":null,"description":null,"noCheckboxes":true,"containerOptions":[],"discussionOptions":[]}">

Trending in Smartsheet Basics