Vlookup on reports
Comments
-
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.
0 -
Thanks .. can I sumif into another work sheet ?
0 -
sumif(sheet1)+sumif(sheet2)
0 -
Thank you, I got this working
0 -
@[email protected] 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))
0 -
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!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E: [email protected] | P: +46 (0) - 72 - 510 99 35
Feel free to contact me about help with Smartsheet, integrations, general workflow advice, or something else entirely.
0 -
I'm having the same problem too. Did you find a way to solve it? Thanks!
0