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

@Steve_Mitchell<\/a>, thank you! I just filed a ticket. i appreciate your help.<\/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":[{"tagID":207,"urlcode":"Sales","name":"Sales"},{"tagID":281,"urlcode":"Support","name":"Support"},{"tagID":446,"urlcode":"update-requests","name":"Update Requests"}]},{"discussionID":106894,"type":"question","name":"How to Count a value in a drop down \/ multi-selection list?","excerpt":"Hi, I'm wanting to count the total amount time this value \"VAVE\" is being assigned to a drop down column. I'm using a summary sheet to collect this data using formulas. So in the request type column(drop down list) I want the total in this sheet. I also want a total by the Brand. I keep getting an incorrect number, like 48…","categoryID":321,"dateInserted":"2023-06-26T15:09:07+00:00","dateUpdated":"2023-06-26T15:09:27+00:00","dateLastComment":"2023-06-26T20:54:24+00:00","insertUserID":162246,"insertUser":{"userID":162246,"name":"Shawn_K2","url":"https:\/\/community.smartsheet.com\/profile\/Shawn_K2","photoUrl":"https:\/\/aws.smartsheet.com\/storageProxy\/image\/images\/u!1!nPFlXyflhuI!uj8vZ9JIm_o!1axowkoO9t8","dateLastActive":"2023-06-26T20:56:17+00:00","banned":0,"punished":0,"private":false,"label":"✭"},"updateUserID":162246,"lastUserID":116407,"lastUser":{"userID":116407,"name":"Darren Mullen","title":"","url":"https:\/\/community.smartsheet.com\/profile\/Darren%20Mullen","photoUrl":"https:\/\/us.v-cdn.net\/6031209\/uploads\/userpics\/9WIC1TB7AJQT\/nP1GU5H4ITA1P.png","dateLastActive":"2023-06-27T04:13:24+00:00","banned":0,"punished":0,"private":false,"label":"✭✭✭✭✭✭"},"pinned":false,"pinLocation":null,"closed":false,"sink":false,"countComments":7,"countViews":58,"score":null,"hot":3375609211,"url":"https:\/\/community.smartsheet.com\/discussion\/106894\/how-to-count-a-value-in-a-drop-down-multi-selection-list","canonicalUrl":"https:\/\/community.smartsheet.com\/discussion\/106894\/how-to-count-a-value-in-a-drop-down-multi-selection-list","format":"Rich","tagIDs":[254],"lastPost":{"discussionID":106894,"commentID":382446,"name":"Re: How to Count a value in a drop down \/ multi-selection list?","url":"https:\/\/community.smartsheet.com\/discussion\/comment\/382446#Comment_382446","dateInserted":"2023-06-26T20:54:24+00:00","insertUserID":116407,"insertUser":{"userID":116407,"name":"Darren Mullen","title":"","url":"https:\/\/community.smartsheet.com\/profile\/Darren%20Mullen","photoUrl":"https:\/\/us.v-cdn.net\/6031209\/uploads\/userpics\/9WIC1TB7AJQT\/nP1GU5H4ITA1P.png","dateLastActive":"2023-06-27T04:13:24+00:00","banned":0,"punished":0,"private":false,"label":"✭✭✭✭✭✭"}},"breadcrumbs":[{"name":"Home","url":"https:\/\/community.smartsheet.com\/"},{"name":"Using Smartsheet","url":"https:\/\/community.smartsheet.com\/categories\/using-smartsheet"},{"name":"Smartsheet Basics","url":"https:\/\/community.smartsheet.com\/categories\/smartsheet-basics%2B"}],"groupID":null,"statusID":3,"image":{"url":"https:\/\/us.v-cdn.net\/6031209\/uploads\/LKT88AUTSMAT\/image.png","urlSrcSet":{"10":"","300":"","800":"","1200":"","1600":""},"alt":"image.png"},"attributes":{"question":{"status":"accepted","dateAccepted":"2023-06-26T16:54:33+00:00","dateAnswered":"2023-06-26T16:44:18+00:00","acceptedAnswers":[{"commentID":382355,"body":"

@Shawn_K2<\/a> UGH I make a mistake. I copied your formula without looking at it close enough 😜<\/span><\/p>


<\/p>

try =COUNTIFS({CPR Request Type}, HAS(@cell, \"VAVE\"))<\/p>"},{"commentID":382446,"body":"

@Shawn_K2<\/a> <\/p>

=COUNTIFS({CPR Request Type}, HAS(@cell, \"VAVE\"), {CPR Brand}, HAS(@cell, \"ING\"))<\/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":[{"tagID":254,"urlcode":"Formulas","name":"Formulas"}]},{"discussionID":106847,"type":"question","name":"Missing drop-down options in my filter selections. Where did they go?","excerpt":"I have been creating filters and for some reason a couple of my drop-down options are not showing up as filter selections, even though they are correctly showing up as drop-down options in the sheet. To illustrate, here are the drop-down options I have for a column in my sheet, which are working correctly: but when I try…","categoryID":321,"dateInserted":"2023-06-23T18:16:31+00:00","dateUpdated":null,"dateLastComment":"2023-06-26T16:54:06+00:00","insertUserID":162342,"insertUser":{"userID":162342,"name":"mgreenwalt","title":"coordinator","url":"https:\/\/community.smartsheet.com\/profile\/mgreenwalt","photoUrl":"https:\/\/us.v-cdn.net\/6031209\/uploads\/defaultavatar\/nWRMFRX6I99I6.jpg","dateLastActive":"2023-06-26T17:20:03+00:00","banned":0,"punished":0,"private":false,"label":"✭"},"updateUserID":null,"lastUserID":8888,"lastUser":{"userID":8888,"name":"Andrée Starå","title":"Smartsheet Expert Consultant & Partner | Workflow Consultant \/ CEO @ WORK BOLD","url":"https:\/\/community.smartsheet.com\/profile\/Andr%C3%A9e%20Star%C3%A5","photoUrl":"https:\/\/us.v-cdn.net\/6031209\/uploads\/userpics\/0PAU3GBYQLBT\/nXWM7QXGD6464.jpg","dateLastActive":"2023-06-27T06:21:56+00:00","banned":0,"punished":0,"private":false,"label":"✭✭✭✭✭✭"},"pinned":false,"pinLocation":null,"closed":false,"sink":false,"countComments":10,"countViews":65,"score":null,"hot":3375348637,"url":"https:\/\/community.smartsheet.com\/discussion\/106847\/missing-drop-down-options-in-my-filter-selections-where-did-they-go","canonicalUrl":"https:\/\/community.smartsheet.com\/discussion\/106847\/missing-drop-down-options-in-my-filter-selections-where-did-they-go","format":"Rich","lastPost":{"discussionID":106847,"commentID":382360,"name":"Re: Missing drop-down options in my filter selections. Where did they go?","url":"https:\/\/community.smartsheet.com\/discussion\/comment\/382360#Comment_382360","dateInserted":"2023-06-26T16:54:06+00:00","insertUserID":8888,"insertUser":{"userID":8888,"name":"Andrée Starå","title":"Smartsheet Expert Consultant & Partner | Workflow Consultant \/ CEO @ WORK BOLD","url":"https:\/\/community.smartsheet.com\/profile\/Andr%C3%A9e%20Star%C3%A5","photoUrl":"https:\/\/us.v-cdn.net\/6031209\/uploads\/userpics\/0PAU3GBYQLBT\/nXWM7QXGD6464.jpg","dateLastActive":"2023-06-27T06:21:56+00:00","banned":0,"punished":0,"private":false,"label":"✭✭✭✭✭✭"}},"breadcrumbs":[{"name":"Home","url":"https:\/\/community.smartsheet.com\/"},{"name":"Using Smartsheet","url":"https:\/\/community.smartsheet.com\/categories\/using-smartsheet"},{"name":"Smartsheet Basics","url":"https:\/\/community.smartsheet.com\/categories\/smartsheet-basics%2B"}],"groupID":null,"statusID":3,"image":{"url":"https:\/\/us.v-cdn.net\/6031209\/uploads\/2JV6OYUHWHZT\/image.png","urlSrcSet":{"10":"","300":"","800":"","1200":"","1600":""},"alt":"image.png"},"attributes":{"question":{"status":"accepted","dateAccepted":"2023-06-26T16:04:32+00:00","dateAnswered":"2023-06-26T15:48:56+00:00","acceptedAnswers":[{"commentID":382315,"body":"

Thanks @topazfae<\/a> for your time and efforts and I'm happy to announce that @Genevieve P.<\/a> solved this challenge 😃<\/span> - <\/p>

\"I can see that your two selections have 135 and 142 characters each. When I cut the character count under 100<\/strong>, they appear as options to filter by.\"<\/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=341&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":5410,"limit":3},"title":"Trending in Using Smartsheet","subtitle":null,"description":null,"noCheckboxes":true,"containerOptions":[],"discussionOptions":[]}">

Trending in Using Smartsheet