Hi all... I'm trying to build a crop plan (which crop is in which field, on a month to month basis) and then use that for calculating total area planted with different crops at any time.
Table looks like this:
I've been unable to figure out a formula that will essentially create an index of whether a value appears anywhere in a row that I can use to multiply by the area. For instance, if the lookup value was 'Chickpea 24/25' then the array would be {0, 1, 1, 0, 0, 0, 0, 0, 0, 1} that could then be multiplied with the Area column, to give a total area of 765. Any tips?
Thanks
Table looks like this:
I've been unable to figure out a formula that will essentially create an index of whether a value appears anywhere in a row that I can use to multiply by the area. For instance, if the lookup value was 'Chickpea 24/25' then the array would be {0, 1, 1, 0, 0, 0, 0, 0, 0, 1} that could then be multiplied with the Area column, to give a total area of 765. Any tips?
Thanks