Looking for a formula. I feel like I'm close.

devinberry1997

New Member
Joined
Apr 2, 2024
Messages
14
Office Version
  1. 365
  2. 2021
Platform
  1. Windows
Under the "Harvest By Blend" tab I'm looking for a formula that will auto populate the Sq Ft from (J6-J129) into the "Maine Farm Square Foot .... By Blend" table (O5-AL5 - O8-AL28) based on a few things: the Blend name (E6-E129) (Blue, BOS, BSC, BF, Penn3, etc.) and the Field (F6-F129) that it was taken from. Any help is appreciated! Screenshot is the current formula I have that isn't working. Link attached is for the spreadsheet with no sensitive information.



EDIT:
Oh shoot! I forgot to mention it's done by load. There are sperate load tables.
 

Attachments

  • Screenshot 2024-04-12 101130.png
    Screenshot 2024-04-12 101130.png
    178.6 KB · Views: 5

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
Cell Q6/Q7/Z6/Z7:
Excel Formula:
=SUMIFS($J$6:$J$16,$E$6:$E$16,P$5,$F$6:$F$16,$P6)

Is that what you're looking for?
 
Upvote 1
Solution
Cell Q6/Q7/Z6/Z7:
Excel Formula:
=SUMIFS($J$6:$J$16,$E$6:$E$16,P$5,$F$6:$F$16,$P6)

Is that what you're looking for?
That's the general idea! It's close, however its currently only working for the first blend of the first load (P6-Q6-P7-Q7) Thanks for your help!
 

Attachments

  • Screenshot 2024-04-12 111423.png
    Screenshot 2024-04-12 111423.png
    189.8 KB · Views: 4
Upvote 0
That's the general idea! It's close, however its currently only working for the first blend of the first load (P6-Q6-P7-Q7) Thanks for your help!
Just modify the end range (16) to the row you'd like to ensure all data can be captured.

I tested the formula and it was working for other blends (Z6/Z7).
 
Upvote 1

Forum statistics

Threads
1,215,339
Messages
6,124,375
Members
449,155
Latest member
ravioli44

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