Help with a formula.

devinberry1997

New Member
Joined
Apr 2, 2024
Messages
14
Office Version
  1. 365
  2. 2021
Platform
  1. Windows
I'm looking for a formula that will take the Sq Ft totals from AQ37-AQ61 on the "Harvest By Blend" tab of this sheet and auto populate it in G11-G380 on the "Turf Summary" tab of this sheet. It needs to populate correctly based on the Date (C-column), Field # (E-column), & the Blend (F-column). Any help is appreciated!

Here is a copy of the sheet with no sensitive information:
 

Attachments

  • Screenshot 2024-04-15 144910.png
    Screenshot 2024-04-15 144910.png
    137.7 KB · Views: 14
  • Screenshot 2024-04-15 144934.png
    Screenshot 2024-04-15 144934.png
    152.6 KB · Views: 14

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
You're probably looking for a VLOOKUP or XLOOKUP formula.
Something like
Excel Formula:
=VLOOKUP(E11&" "&F11,AP37:AQ61,2,FALSE) or v=VLOOKUP(E11&" "&F11,AP37:AP61,AQ37:AQ61) (both untested)
Read more: XLOOKUP Function
 
Upvote 0

Forum statistics

Threads
1,215,269
Messages
6,123,976
Members
449,138
Latest member
abdahsankhan

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top