Sign in to join the conversation:
Hi Iam looking to replicate the below lookup function in excel to get the last number filled out in a column range
=LOOKUP(2;1/(M11:M23<>"");M11:M23)
However this does not work in smartsheet
Hi Daryl,
You'd use a VLOOKUP function or an INDEX/MATCH combination instead.
More info:
https://help.smartsheet.com/function/vlookup
https://help.smartsheet.com/function/index
https://help.smartsheet.com/function/match
Hope that helps!
Have a fantastic weekend!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
Depending on how the setup of the sheet(s), even an INDEX/COUNT(IFS) could work if you're looking down a single column.
I am attempted to export to excel. I have two different smartsheet documents to export. One of them exported to excel fine, but not the other. This happened a few weeks ago. I make sure all columns were the correct size & no cells were hidden. "We have found a problem with (file) Do you want us to try and recover as much…
Hello Smartsheet Community, I need some help with a report that I created and shared with a customer. The customer is not seeing any of the information that is pulling into the report. See screen shot below that the customer texted me. I do have the report filter only showing the customer their product pulling from our…
BLUF: When I create an Invoice, I need the cell-link to my live price data to be severed. I currently have a Price sheet for my products that is updated frequently. I use Control Center to create Projects, which includes an Invoice sheet. I have a dropdown on my invoice sheet to select a product, and then I use Index…