<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Sheet Summary — Smartsheet Community</title>
        <link>https://community.smartsheet.com/ja/</link>
        <pubDate>Tue, 14 Jul 2026 04:45:16 +0000</pubDate>
        <language>ja</language>
            <description>Sheet Summary — Smartsheet Community</description>
    <atom:link href="https://community.smartsheet.com/ja/discussions/tagged/sheet-summary/feed.rss" rel="self" type="application/rss+xml"/>
    <item>
        <title>COUNTIFS in Sheet Summary utilizing a Contact Card column</title>
        <link>https://community.smartsheet.com/ja/discussion/147374/countifs-in-sheet-summary-utilizing-a-contact-card-column</link>
        <pubDate>Tue, 07 Jul 2026 15:49:41 +0000</pubDate>
        <category>Formulas and Functions</category>
        <dc:creator>Tim Effrig</dc:creator>
        <guid isPermaLink="false">147374@/ja/discussions</guid>
        <description><![CDATA[<p>I am trying to create a sheet summary, where the field is a formula that relies on a contact card within a column.  However, it keeps returning a result of "#NO MATCH".  The columns involved are, 1:) Priority (symbol column) for Up, Unchanged, and Down, and 2:) Contact Card column.  I am trying to get a sheet summary formula in a field that shows "if the Priority is "Up", and the "Senior RVP" column is a contact card (NAME), provide a count of Priority "Up" for that contact card (NAME)</p><p>It should be known that the "Senior RVP" contact card is doing a vlookup off a seperate reference sheet, so the "Senior RVP" column is a return vlookup result.  </p><p>The formula I am using in the Sheet Summary field is:</p><p>=COUNTIFS(Priority:Priority,"Up", [Senior RVP]:[Senior RVP], "NAME")</p><p>Result = #NO MATCH</p>]]>
        </description>
    </item>
    <item>
        <title>Timeline &amp; Portfolio Visibility for Multi-Project Reporting</title>
        <link>https://community.smartsheet.com/ja/discussion/147116/timeline-portfolio-visibility-for-multi-project-reporting</link>
        <pubDate>Fri, 12 Jun 2026 14:11:33 +0000</pubDate>
        <category>Project Management Office (PMO)</category>
        <dc:creator>naguirre1224</dc:creator>
        <guid isPermaLink="false">147116@/ja/discussions</guid>
        <description><![CDATA[<p>Hi Everyone,</p><p>I’m exploring whether Smartsheet can support a portfolio-level timeline view for our leadership team. I’m aware of the Timeline feature, but I’m looking for something more flexible and consolidated.</p><p>Ideally, project managers would be able to select specific milestones or key tasks to surface on a shared timeline. A key requirement is that these milestones/tasks appear within the same timeline bar as the project itself—not as separate rows above or below—so the view remains compact and easy to scan across 50+ projects.</p><p>We’re aiming for a printable view that shows projects grouped by business unit, team, and project, with a rolling 90-day window.</p><p>The goal is to help leadership quickly identify:</p><ul><li>Potential conflicts (e.g., overlapping deployments or major events)</li><li>Opportunities to adjust schedules</li></ul><p>It would also be helpful to include:</p><ul><li>A clear, at-a-glance visual project health indicator (e.g., green check, yellow warning, red x issue, blue ice for on hold)</li><li>A visual % complete indicator (such as a Harvey ball)</li></ul><p>Has anyone implemented something similar, or found an effective workaround? I’d especially appreciate guidance on keeping key milestones embedded within the same timeline bar rather than expanding the view with additional rows.</p><p>Thanks in advance!</p>]]>
        </description>
    </item>
    <item>
        <title>Sheet Filters &gt; Feed Sheet Summary Fields</title>
        <link>https://community.smartsheet.com/ja/discussion/147337/sheet-filters-feed-sheet-summary-fields</link>
        <pubDate>Wed, 01 Jul 2026 23:59:57 +0000</pubDate>
        <category>Smartsheet Product Feedback &amp; Ideas</category>
        <dc:creator>MiaEg</dc:creator>
        <guid isPermaLink="false">147337@/ja/discussions</guid>
        <description><![CDATA[<p>Saved filters to give the option to feed into sheet summary fields (and option to choose which ones go into the summary field along with their titles). Ideally I would like it to be dynamic. So if you change the filter name or parameters in the sheet, the summary fiels also changes</p>]]>
        </description>
    </item>
    <item>
        <title>Emailing Summary Reports With Summary Details</title>
        <link>https://community.smartsheet.com/ja/discussion/117142/emailing-summary-reports-with-summary-details</link>
        <pubDate>Wed, 07 Feb 2024 21:11:24 +0000</pubDate>
        <category>Smartsheet Product Feedback &amp; Ideas</category>
        <dc:creator>jzumwalt44</dc:creator>
        <guid isPermaLink="false">117142@/ja/discussions</guid>
        <description><![CDATA[<p>Currently when an automated email is setup for a report, the attachment in the email will not include any summary data you have setup in the report. It would be fantastic to be able to have that included.</p>]]>
        </description>
    </item>
    <item>
        <title>Sheet Summary in Table View</title>
        <link>https://community.smartsheet.com/ja/discussion/146681/sheet-summary-in-table-view</link>
        <pubDate>Fri, 15 May 2026 16:50:52 +0000</pubDate>
        <category>Smartsheet Product Feedback &amp; Ideas</category>
        <dc:creator>CHarper1331</dc:creator>
        <guid isPermaLink="false">146681@/ja/discussions</guid>
        <description><![CDATA[<p>We love the dynamic drop downs in table view, however we can not roll it out across our sheets due to existing sheets still having summary fields that are referenced. Is there a way to just have the summary fields visible on the table view?</p>]]>
        </description>
    </item>
    <item>
        <title>AVERAGEIFS or AVERAGE(COLLECT()) Help</title>
        <link>https://community.smartsheet.com/ja/discussion/146898/averageifs-or-average-collect-help</link>
        <pubDate>Fri, 29 May 2026 16:44:23 +0000</pubDate>
        <category>Formulas and Functions</category>
        <dc:creator>megan_do</dc:creator>
        <guid isPermaLink="false">146898@/ja/discussions</guid>
        <description><![CDATA[<p>Hi! I am struggling to get this formula to work correctly. The Smartsheet-AI generated formula is returning #UNPARSABLE and I am not too familiar with Average Collect.<br /><br /><strong>The goal: Average the column "Total Days Open" if the following criteria are met: column "Business Type" is NOT "retail" and column "Division" is "Northern"</strong></p><p>The AI-generated formula is </p><p><em>=AVERAGEIF([TOTAL DAYS OPEN]:[TOTAL DAYS OPEN], AND([Division]@row = "northern", [Business Type]@row &lt;&gt; "retail"))</em></p><p>I also tried: </p><p><em>=AVERAGE(COLLECT([TOTAL DAYS OPEN]:[TOTAL DAYS OPEN], [Division]:[Division], "northern", [Business Type]:[Business Type],&lt;&gt;"retail"))</em></p><p></p><p>Both are returning as Unparsable. Any help is appreciated!! Thanks!</p>]]>
        </description>
    </item>
    <item>
        <title>Countif for Days Elapsed between two dates</title>
        <link>https://community.smartsheet.com/ja/discussion/146808/countif-for-days-elapsed-between-two-dates</link>
        <pubDate>Tue, 26 May 2026 20:43:53 +0000</pubDate>
        <category>Formulas and Functions</category>
        <dc:creator>karizimmeran</dc:creator>
        <guid isPermaLink="false">146808@/ja/discussions</guid>
        <description><![CDATA[<p>Hi - I have a tracking sheet - it logs date when we receive a request and then a date when the request is fulfilled. I need to calculate how many rows in my sheet where the date rec'd to date of completion is 5 days or less - I'm doing this in a Sheet Summary field.<br /><br />
I asked the AI for a formula and it gave me this: </p><p>=COUNTIFS([Date Received]:[Date Received], ISDATE(@cell ), [Date Completed]:[Date Completed], ISDATE(@cell ), ([Date Completed]:[Date Completed] - [Date Received]:[Date Received]) &lt;= 5)</p><p>However, when I plug it in, I get the message "INCORRECT ARGUMENT SET." Can you tell me what I am doing wrong? It's too tricky for me to try to figure out myself. :)<br /><br />
Thanks!</p>]]>
        </description>
    </item>
    <item>
        <title>Sheet Summary: allow multiple select dropdown</title>
        <link>https://community.smartsheet.com/ja/discussion/146791/sheet-summary-allow-multiple-select-dropdown</link>
        <pubDate>Tue, 26 May 2026 07:34:40 +0000</pubDate>
        <category>Smartsheet Product Feedback &amp; Ideas</category>
        <dc:creator>LHosannah</dc:creator>
        <guid isPermaLink="false">146791@/ja/discussions</guid>
        <description><![CDATA[<p><strong>Current behaviour</strong>: Sheet summary dropdown only allows for single select</p><p><strong>Requested feature</strong>: Sheet summary dropdown allowing for multiple select</p><p><strong>Case</strong>: We currently use the sheet summary side panel to put all general project information. For many different fields, such as Project Scope/SKUs, it should include multiple select.</p>]]>
        </description>
    </item>
    <item>
        <title>Sheet Summary changes overwritten by other users - can this be prevented?</title>
        <link>https://community.smartsheet.com/ja/discussion/146317/sheet-summary-changes-overwritten-by-other-users-can-this-be-prevented</link>
        <pubDate>Wed, 22 Apr 2026 14:52:07 +0000</pubDate>
        <category>Smartsheet Basics</category>
        <dc:creator>cdickson</dc:creator>
        <guid isPermaLink="false">146317@/ja/discussions</guid>
        <description><![CDATA[<p>I have a sheet that has sheet summary values I occasionally need to update the formulas for as factors change however I've found that when other users are updating the sheet (it's a testing sheet) the changes I make to sheet summary formulas are overwritten as those users update their test statuses.</p><p>Aside from making the sheet summary changes during non-working hours, is there a way to prevent this?</p>]]>
        </description>
    </item>
    <item>
        <title>Sheet Summary Grouping</title>
        <link>https://community.smartsheet.com/ja/discussion/139772/sheet-summary-grouping</link>
        <pubDate>Fri, 30 May 2025 21:25:39 +0000</pubDate>
        <category>Smartsheet Product Feedback &amp; Ideas</category>
        <dc:creator>cabeaudoin</dc:creator>
        <guid isPermaLink="false">139772@/ja/discussions</guid>
        <description><![CDATA[<p>Allow for grouping content within Sheet Summary window that can expand and collapse.  </p>]]>
        </description>
    </item>
   </channel>
</rss>
