JACOBB9900
New Member
- Joined
- Apr 8, 2019
- Messages
- 38
Hello,
Can someone help me understand this array formula. I found it online. It returns the value in the last occupied cell in a row but I would like to understand how the middle section works. My understanding is that ($T14:$HK14<>"") is FALSE, so what does dividing 1 by FALSE work. If that's what's going on. Also, only cells T14 to FJ14 have data. Cells FK14 to HK14 are empty. See formula below.
=LOOKUP(2,1/($T14:$HK14<>""),$T14:$HK14)
Thank you.
Can someone help me understand this array formula. I found it online. It returns the value in the last occupied cell in a row but I would like to understand how the middle section works. My understanding is that ($T14:$HK14<>"") is FALSE, so what does dividing 1 by FALSE work. If that's what's going on. Also, only cells T14 to FJ14 have data. Cells FK14 to HK14 are empty. See formula below.
=LOOKUP(2,1/($T14:$HK14<>""),$T14:$HK14)
Thank you.