Ask Your Question
0

What is the Excel formula that extracts the header name every time the user's name is present in the table below it?

asked 2023-05-28 10:21:19 +0000

devzero gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2023-05-28 10:31:01 +0000

scrum gravatar image

It is not possible to provide a specific formula without knowing the structure of the data table. However, one possible solution is to use the combination of the MATCH function and the INDEX function to find the cell reference of the user's name and the corresponding header in the first row, and then use the CELL function to extract the header name. The formula may look something like this:

=CELL("contents",INDEX(1:1,MATCH("user's name",A:A,0)))

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-05-28 10:21:19 +0000

Seen: 9 times

Last updated: May 28 '23