Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
198 views
in Technique[技术] by (71.8m points)

Google Sheet with vlookup /hlookup

How do I use the information in TABLE to find the number I want?

enter image description here

question from:https://stackoverflow.com/questions/66049261/google-sheet-with-vlookup-hlookup

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

You can also use:

=iferror(index(A9:D13, match(F9, A9:A13, 0), match(G9, A9:D9, 0)))

Using your table:

enter image description here


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...