Forum Discussion
grantwilliams275
Oct 24, 2025Copper Contributor
Excel formula help - vertical and horizontal in same calculation
Hello, I have a set of data that contains resource names and their FTE effort per month. I'm trying to calculate their start month and end month in two cells but can't get my head around the correct...
- Oct 24, 2025
As variant
Start
=XLOOKUP(2,1/(E2:P2<>0),$E$1:$P$1,,-1)End
=LOOKUP(2, 1/(E2:P2<>0), $E$1:$P$1)
SergeiBaklan
Oct 24, 2025Diamond Contributor
As variant
Start
=XLOOKUP(2,1/(E2:P2<>0),$E$1:$P$1,,-1)End
=LOOKUP(2, 1/(E2:P2<>0), $E$1:$P$1)