Smartsheet
SmartsheetExternal reviews
10,017 reviews
from
and
External reviews are not included in the AWS star rating for the product.
A very efficient and organized way to source your resources
What do you like best about the product?
I like the intuitively way to book resources and to edit their projects. You can change the time, project or even resource entirely with just one click, it's very efficient. The teaching part is a breeze, I've been onboarding people for years, and this is the platform we spend less time reviewing, since is the easiest. We use it multiple times a day!
What do you dislike about the product?
I honestly can't think of a downside, I really like working with it.
What problems is the product solving and how is that benefiting you?
Resource management, time management, sharing resources across regions of the world.
Clean, concise, and reliable software with room for improvement.
What do you like best about the product?
Smartsheet formulas are fairly easy to incorporate into a sheet and reference other sheets/data. The look and feel of the website and app is smooth. Workspaces are helpful and the "Forms" feature is excellent.
What do you dislike about the product?
Smartsheet limits what values/content you may include in each cell of a sheet. It does not operate like Microsoft Excel - where you may incorporate an image or document into a cell - which took some time to get used to. I wish the cells were a bit more flexible. Also, the "Dashboard" and "Forms" features, while great, do not have much variety in terms of font and theme options. It would be nice to have more options to tailor and customize the Forms and Dashboard spaces.
What problems is the product solving and how is that benefiting you?
Smartsheet makes project groups stay on task and meet deadlines. I value the notification features and the ability to invite secure collaborators to the worksheets. We access and manage sensitive information, and I find the security better than some other CRM software.
Overall Review for Smartsheet
What do you like best about the product?
I like that there are different ways to ask questions and the way it is formated.
What do you dislike about the product?
At the moment, I don't think there's any negative things about it. I haven't had any difficulties navigating it.
What problems is the product solving and how is that benefiting you?
Convenience of filling it out and that everything is straightforward.
A "Make What You Need" Software with a Few Drawbacks
What do you like best about the product?
Smartsheet's capabilities to integrate into Onedrive and other Microsoft systems makes it ideal to utilize in most corporate environments. It has created a web of interconnectedness in a world of multiple versions of excel docs and sifting through emails. Automations and notification reminders can help account for human error in a way that was previously unchecked if you did not have access to a strong PM tool. On top of this, Smartsheet makes it easy to distinguish between what clients and internal teams can see and access. I have personally built multiple processes through the software and it has helped our department stay organized. Different views allow for anyone to utilize each sheet in a way that works for how their brain works. It is easy to learn and the user experience is great. If you have one person on your team who can identify the processes that are most confusing and spend the time to map those to Smartsheet, I believe it will help streamline your work.
What do you dislike about the product?
While there are several things Smartsheet does that excel can't (mostly integration, reminders, and automation), there are a few drawbacks that leave me going back to excel at several junctures. Primarily, there is a limited amount of formulas and tables that can be generated from data in smartsheet. I find myself wishing there was a pivot table function or a way to autosort information (for example only showing me the summarized top 10 items based off of a large data set on a separate sheet). I also have commented that I wish the calendar had a drag and drop feature similar to board or card view that could make manipulating dates easier on the fly. Finally, I end up creating about 2-3 helper columns in order to brute force something to work that could be a simple formula or table within excel. All in all, I think this feedback is much more focused on the detail oriented and nitty gritty details that excel nerds like me need to work magic in the background for our organizations. Simpler functions work perfectly and I would still recommend that companies adopt this software to help with broad overarching organization and process.
What problems is the product solving and how is that benefiting you?
It creates more visibility on projects for everyone involved and allows for specific communication on those projects that tracks all minute details. It also helps us keep track of requests and whether or not they have been fulfilled yet. We have a structured way we can ask for information and a quick way to follow up on asks.
Process Improvement Tool
What do you like best about the product?
Smartsheet has been a game changer for our organization. It is easy to use and quick to implement. It makes an impact fast.
What do you dislike about the product?
I can't immediately think of anything. There is usually an accommodation for anything we need.
What problems is the product solving and how is that benefiting you?
We have several different onboarding processes for new employees. This creates a situation where steps are overlooked and balls are dropped. Smartsheets has helped manage the workflows and ensure that all tasks are completed prior to hire.
Smart and easy to use. Need excel type flexibility in adding math formulas
What do you like best about the product?
Cloud based services, Automation that enable to send reminders. Stay on top of things
What do you dislike about the product?
The interface could have made more engaging to include a markup tool for quick meeting explanations.
What problems is the product solving and how is that benefiting you?
Bringing people together with cloud based interactions
Automation / Being able to attach Docs to rows
What do you like best about the product?
Automation makes my life a lot easier, and anytime I use excel I look for the attachment icon and then remember it only works on smartsheet.
The attachments to rows makes document storage so much easier.
The attachments to rows makes document storage so much easier.
What do you dislike about the product?
I wish you could make tables in smartsheet
What problems is the product solving and how is that benefiting you?
Smartsheet is helping with document storage by allowing me to attach the document to rows
Good and flexible tool for quality management
What do you like best about the product?
It lets me turn messy operations data into real, working registers and dashboards fast (NCRs, UT Defect Rate, WPS, “Projects-test_auto_fill”, Safety walks, etc.).
Forms + picklists + conditional formatting make it easy for non-tech teammates to actually use it—no extra training needed, mostly.
Cross-sheet formulas (COLLECT, JOIN, etc.) give database-like power without a full DB, and automations cut a lot of “can you update this?” chasing.
The API/SDK is solid: I can script updates in Python (update dropdowns, color cells, compute statuses like [EXPIRED]/[ACTIVE]) and integrate with other systems.
Everything—attachments, comments, and history—stays on the row, wich keeps context together.
Forms + picklists + conditional formatting make it easy for non-tech teammates to actually use it—no extra training needed, mostly.
Cross-sheet formulas (COLLECT, JOIN, etc.) give database-like power without a full DB, and automations cut a lot of “can you update this?” chasing.
The API/SDK is solid: I can script updates in Python (update dropdowns, color cells, compute statuses like [EXPIRED]/[ACTIVE]) and integrate with other systems.
Everything—attachments, comments, and history—stays on the row, wich keeps context together.
What do you dislike about the product?
The formula engine is picky: US docs use commas but in EU we need ;, so I hit “UNPARSEABLE” more than I’d like. Data types (text vs number vs date) also bite—VALUE() juggling gets old.
API quirks: you can’t write into Column Formula cells, and errors like “cell.value missing” aren’t very helpful for debugging.
Large sheets and heavy cross-sheet refs can feel slow; limits aren’t always obvious until you bump into them.
Automations are a bit black-box—no real dry-run or clear logs—so troubleshooting is slower than it should be.
I wish there were native row-level permissions and an easier “lookup table → dropdown” feature.
Minor, but the UI for maintaining long picklists is kinda clunky, not fast enought for frequent edits.
API quirks: you can’t write into Column Formula cells, and errors like “cell.value missing” aren’t very helpful for debugging.
Large sheets and heavy cross-sheet refs can feel slow; limits aren’t always obvious until you bump into them.
Automations are a bit black-box—no real dry-run or clear logs—so troubleshooting is slower than it should be.
I wish there were native row-level permissions and an easier “lookup table → dropdown” feature.
Minor, but the UI for maintaining long picklists is kinda clunky, not fast enought for frequent edits.
What problems is the product solving and how is that benefiting you?
Smartsheet helps me to replace dozens of scattered Excel files and manual follow-ups with one connected system. For example, we track welding certificates, NCRs, safety walks, projects, and hours all in one place. Instead of searching through emails or old spreadsheets, I can see status and history instantly.
It also solves the problem of data consistency: dropdowns, formulas, and conditional formatting keep people from entering wrong values. The automations cut a lot of repetitive reminding—Smartsheet sends notifications for me.
For me personally the benefit is big: I can automate updates with Python scripts through the API, so dashboards stay live and management always sees the latest situation. It saves me hours every week and makes our processes look more structured and professional.
It’s not perfect, but it has moved us from reactive “chasing data” mode to proactive “improving processes,” wich is a huge difference.
It also solves the problem of data consistency: dropdowns, formulas, and conditional formatting keep people from entering wrong values. The automations cut a lot of repetitive reminding—Smartsheet sends notifications for me.
For me personally the benefit is big: I can automate updates with Python scripts through the API, so dashboards stay live and management always sees the latest situation. It saves me hours every week and makes our processes look more structured and professional.
It’s not perfect, but it has moved us from reactive “chasing data” mode to proactive “improving processes,” wich is a huge difference.
It makes things smart, really!
What do you like best about the product?
We have used it on the organizational level. Smartsheet is easy and friendly to use/operate. centralize your team efforts. Collaboration with teams during check-ins is easy and handy. My CEO loves the tools.
What do you dislike about the product?
I would not say there are any downsides to Smartsheet; instead, updating payment terms and conditions. We have contacted support and faced an issue regarding auto-renewal. Please either do not auto-renew or charge automatically. Also, expand payment solutions to other countries such as Pakistan.
What problems is the product solving and how is that benefiting you?
Collaboration for a very scattered team. Task Management and Project management were the key benefits taht we were using.
Smartsheet has a lot more useful features that I can think of
What do you like best about the product?
Lots of automation, lookup tables and functionality
What do you dislike about the product?
It's slowe than a shared Excel file, sometimes it's annoying to switch between tabs.
What problems is the product solving and how is that benefiting you?
Automation solves a lot of manual communication between teams.
showing 1,081 - 1,090