Hi everyone!
Tricky one here:
I have a list of weeks, and for each an amount of employees. Like this:
[pre]
[/pre]
I have output values that can be multiple weeks, lets say Week2, Week3, Week5.
I need to be able to fetch the last non-blank value, based on that selection of Weeks, which in this case would be 150 since Week5 is empty.
Thanks!
Tricky one here:
I have a list of weeks, and for each an amount of employees. Like this:
[pre]
Code:
Week1 Week2 Week3 Week4 Week5
100 200 150 300
I have output values that can be multiple weeks, lets say Week2, Week3, Week5.
I need to be able to fetch the last non-blank value, based on that selection of Weeks, which in this case would be 150 since Week5 is empty.
Thanks!