Connect with peers, share your expertise, and inspire what’s next in Smartsheet — from proven practices to practical how-to insights from fellow users and product experts.
Sign in to join the conversation:
Hi
I'm using a report to pull together a number of different sheets. I'm looking to do a vlookup on the report. Is this possible? If not can I select multiple sheets in one vlookup?
Thanks
If(iserror(Vlookup(dataset1)),Vlookup(Dataset2))
you cannot run a vlookup on a report, but you can run one across sheets by using conditional logic like the above.
Thanks .. can I sumif into another work sheet ?
sumif(sheet1)+sumif(sheet2)
Thank you, I got this working
@L@123 is there a limit to the number of sheets you are reference for a vlookup? I am getting #incorrect argument
=IF(ISERROR(VLOOKUP([BE GEO ID]1, {FY21 Radius Partners Tech Data US MRP Range 1}, 9, false)), VLOOKUP([BE GEO ID]1, {FY21 Radius Partner Coverage Ingram Micro Range 2}, 8, false), VLOOKUP([BE GEO ID]1, {FY21 Radius Partners Synnex Comstor MRP Range 1}, 9, false), VLOOKUP([BE GEO ID]1, {FY21 Radius Partner Coverage ScanSource MR Range 1}, 9, false))
Hi @Daniel Sullivan
Not as far as I know. The only limit is the 4000 character limit in a cell.
I hope that helps!
Be safe and have a fantastic weekend!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
@Daniel Sullivan,
I'm having the same problem too. Did you find a way to solve it? Thanks!
Hi all, I am trying to build out a formula that will return "True" if the CIF #@row can be found above it in the same column (CIF #) AND the Days Since Created is between 30 - 365 days. All of the formulas I have tried have only gotten me so far as the "AND". Adding in the dates screws it up. The goal is to determine if…
I am getting a lot of REF errors for my predecessors and I can't figure out why. At first I thought I might have REF for predecessors to predecessors but that's not the case. When I export the file into Excel it shows the IDs in the place where it shows REF in SS. Each time I refresh the file I feel like different values…
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…