Best Of
Re: VLOOKUP for a date within a referenced row of matching username
The formula in the helper column would be:
=PARENT(userName@row)
Paul Newcome
Re: VLOOKUP for a date within a referenced row of matching username
It will have to be present in every row. If you are worried about keeping the sheet clean, you can use a helper column to pull the user name into every row based on the parent cell, hide the column, then reference this helper column in your MAX/COLLECT.
Paul Newcome
Re: VLOOKUP for a date within a referenced row of matching username
You need a MAX/COLLECT combo instead of those IFs.
=MAX(COLLECT({Date Column}, {User Column}, @cell = userName@row))
Paul Newcome
Re: Group WorkSpaces and organize them in "folders"
This is one I put in as well. This is VERY important. There are too many workspaces that it becomes hard to navigate.
Joe Goetschel
Re: Average with criteria
Hi @TorAtle Myrmel,
If you're after an average for all the %ages in "Fullført" against rows containing "Mekanisk" in "System" then you would use the following formula:
=AVERAGEIF([System]:[System], CONTAINS("Mekanisk", @cell), [Fullført]:[Fullført])
Example:
Hope this helps, but if you've any questions or comments then just post! 😊
Re: Run a formula if a cell is "not" blank
Hi,
I hope you're well and safe!
Try something like this.
=IF([COMMODITY CODE]@row<>"", LEFT([COMMODITY CODE]@row, FIND("*", [COMMODITY CODE]@row) - 1)
Did that work/help?
I hope that helps!
Be safe, and have a fantastic week!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up, Awesome, or/and as the accepted answer. It will make it easier for others to find a solution or help to answer!
Andrée Starå
Re: Run a formula if a cell is "not" blank
Excellent!
Happy to help!
✅Remember! Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up/Awesome or/and as the accepted answer. It will make it easier for others to find a solution or help to answer!
Andrée Starå
Re: Can I create a report from google sheet file?
Hi @Marcin4q
I hope you're well and safe!
This is a perfect use case for the Premium App, Data Shuttle.
Is that an option?
I hope that helps!
Be safe, and have a fantastic week!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up, Awesome, or/and as the accepted answer. It will make it easier for others to find a solution or help to answer!
Andrée Starå
Re: Unique codes
The challenge with VLOOKUP is it specifies a column number. If you change the column order or add a column to the reference sheet, it could throw off your formula and return incorrect information.
Re: Show Percentage from Sheet as Pie Chart in Dashboard
Hi @maltaee
To show a pie chart like the one I set up, you'd want to select two cells as the Range for the chart: the 0% and the one to the right, 100%
Then for the next chart you'd select the two cells down one row: 100% and 0%
And so on. Does that make sense? The explanation above is one-chart-per-row
Genevieve P.
