Forum Discussion
Help with a process / formula(s) to look up variable values and return the data
- Apr 20, 2023
durendal Thank you, I've sorted that out now.
There is one more thing which is not working as expected which is the total number of authorised requests in cell F9. It seems to have counted for the first person but not for the other 2 underneath. I've tried to look at the formula logically and can't figure out why it's not working.
Apologies for bugging you like this. I promise this will be the last question !
Thanking you for your help so far and in advance.
Hello again. The formulas are the same in the cells F9:F19 than in F8. Drag down again from F8 and it will be fine. Check the formulas differencies before.
The one that works includes:
VSTACK(April:December!$I$2:$I$100000)
and the one that doesn't is
VSTACK('C:\Users':December!$I$2:$I$100000)
So something happend with the tabs names
Bye