How do you have numbers search a grid to populate a specific cell?

How do you have numbers search a grid to populate a specific cell? In the example below I want cell G 15 to be populated with the number in C17 where the distance "15", and the ManPower "2" intersect.


MacBook Pro 13″, OS X 10.11

Posted on Nov 23, 2022 11:05 PM

Reply
Question marked as ⚠️ Top-ranking reply

Posted on Nov 24, 2022 4:34 AM

The general case of finding the value at the intersection requires two MATCH functions to find the correct the row and column then uses OFFSET to return the value at the intersection. But your spreadsheet with integers going down the left and across the top allows you to use OFFSET by itself.


=OFFSET($A$1,F13,G13)

2 replies
Sort By: 
Question marked as ⚠️ Top-ranking reply

Nov 24, 2022 4:34 AM in response to snivo

The general case of finding the value at the intersection requires two MATCH functions to find the correct the row and column then uses OFFSET to return the value at the intersection. But your spreadsheet with integers going down the left and across the top allows you to use OFFSET by itself.


=OFFSET($A$1,F13,G13)

Reply

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

How do you have numbers search a grid to populate a specific cell?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.