JumboCactuar
Well-known Member
- Joined
- Nov 16, 2016
- Messages
- 788
- Office Version
- 365
- Platform
- Windows
Hi,
i currently have the following
Column A: Names
Column B: Values (Current)
Column C: Array (Previous)
example of C11 formula
This works to an extent, idea is to lookup every row above the current and output the previous value of the person.
Is there a non array way to do this, since adding this array my sheets have slowed a lot.
much appreciated
i currently have the following
Column A: Names
Column B: Values (Current)
Column C: Array (Previous)
example of C11 formula
Code:
{=LOOKUP(9.99999999999999E+307,IF($A$2:$A10=A11,IF(ISNUMBER($B$2:$B10),$B$2:$B10)))}
This works to an extent, idea is to lookup every row above the current and output the previous value of the person.
Is there a non array way to do this, since adding this array my sheets have slowed a lot.
much appreciated
Last edited: