DanG
Registered User.
- Local time
- Today, 09:38
- Joined
- Nov 4, 2004
- Messages
- 477
So I'm trying to understand working with tables by using structured references and need a push.
How would you write the formula below using only structured reference? The table name is "Activity" and the "L" column is "GA#" and the "N" column is "FlowingClients".
It comes down to being able to use absolute and relative references, which I'm having a hard time grasping related to tables.
Any help would be appreciated
How would you write the formula below using only structured reference? The table name is "Activity" and the "L" column is "GA#" and the "N" column is "FlowingClients".
Code:
=IF(SUMPRODUCT(($L$2:$L2=L2)*($N$2:$N2=N2))>1,0,1)*N2
It comes down to being able to use absolute and relative references, which I'm having a hard time grasping related to tables.
Any help would be appreciated