i wanted to ask for your help to create from an already existing table another one with certain conditions (2).
that conditions would be the equivalente to the "ADD IF SET" formula in EXCEL.
in this new table i want to sum the field Amount only if the field days_until_expiration(old table) is greater than the field Aux (new table). the second condition would be that this has to be done for every date, considering the values of that specific date.
in my attemp I cant code the condition "days_until_expiration" > "Aux".
I attached an excel file with the results i'm looking for. thank you in advance!