jimbomcmucka
New Member
- Joined
- Oct 11, 2022
- Messages
- 26
- Office Version
- 365
- Platform
- Windows
Hi guys,
I'm hoping you can help me to expand on the below formula that I have created. Cell B3 gives me a user name and I need to return more details about that user from the tab 'DATA-USERS'. Simply, I am trying to return the organization of the user. Unfortunately the Username is not the first column from the data source, so I am having to use INDEX+MATCH
=INDEX('DATA-USERS'!A:AC,MATCH(B3,'DATA-USERS'!K:K,0),MATCH("Organization",'DATA-USERS'!$1:$1,0))
This formula is working for me, however the issue is that the column can change when new data is extracted from the source. So, I need a way to make the K:K (highlighted in bold) dynamic.
Any suggestions?
Thanks in advance for any help, I;ve been staring at this for far too long and my brain seems to have clocked out for the day.
I'm hoping you can help me to expand on the below formula that I have created. Cell B3 gives me a user name and I need to return more details about that user from the tab 'DATA-USERS'. Simply, I am trying to return the organization of the user. Unfortunately the Username is not the first column from the data source, so I am having to use INDEX+MATCH
=INDEX('DATA-USERS'!A:AC,MATCH(B3,'DATA-USERS'!K:K,0),MATCH("Organization",'DATA-USERS'!$1:$1,0))
This formula is working for me, however the issue is that the column can change when new data is extracted from the source. So, I need a way to make the K:K (highlighted in bold) dynamic.
Any suggestions?
Thanks in advance for any help, I;ve been staring at this for far too long and my brain seems to have clocked out for the day.