Hello, taking some of our lower-end SP2013 List Development in-house and am stymied by attempting to get some aggregated sums to calculate.
I have a Custom List for tracking material leftovers to be used elsewhere in a warehouse. These will be stored on racks and need to be very weight conscious.
Used the following Fields: Rack # (Choice Field), Item Weight (calculated field), Used (Yes/No), Rack Weight (Total) (Calculated Field)
So, what I am looking for is a way to calculate the total weight of items on the particular rack that have "Used" set to YES (TRUE) and display in my Rack Weight (TOTAL) Field
Have tried VLookup and FOR EACH WHERE kind of logic to no avail. Any direction would be greatly appreciated.
Thanks!