
Events Explore upcoming events and webinars.Content Center Get actionable news, articles, reports, and release notes.Partners Find a partner or join our award-winning program.Professional Services Get expert help to deliver end-to-end business solutions.Technical Support Get expert coaching, deep technical support and guidance.Help Center Get answers to common questions or open up a support case.Smartsheet University Access eLearning, Instructor-led training, and certification.Community Find answers, learn best practices, or ask a question.Learning Center Find tutorials, help articles & webinars.A quarterly roundup of the innovations that’ll make your work life easier. What’s up next A sneak peek at upcoming enhancements.

Digital asset management Manage and distribute assets, and see how they perform.Resource management Find the best project team and forecast resourcing needs.


Workflow automation Quickly automate repetitive tasks and processes.Team collaboration Connect everyone on one collaborative platform.Smartsheet platform Learn how the Smartsheet platform for dynamic work offers a robust set of capabilities to empower everyone to manage projects, automate workflows, and rapidly build solutions at scale.For the formula in 'Stock Summary USD'!L2, It appears you are trying to return the last entry from 'Transactions USD' column J where the stock name in column C equals B2? If so, and you have office 365, then you might take a look at excel's xlookup function as it can perform a lookup from the bottom up. =iferror(INDEX(filter('Transactions USD'!J:J,('Transactions USD'!C:C"")*(row('Transactions USD'!C:C)=max(if('Transactions USD'!C:C=B2,row('Transactions USD'!C:C),0)))),1),0)īut, you should explain further the purpose of the formula as there may be a better way to do it. If you have office 365 and excel's version of the filter function, then I think your formula in L2 would be: I've never worked with google sheets, but it appears to me that excel didn't recognize the existing formula, so put the existing formula in quotes and wrapped it with an iferror function to return the last calculated value.
