Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Good day,
I have a table as below:
I want to create this new column, considering the date in column C, with the condition that it shall consider only the date in column B as "Air" and also considering in column A for each number respectively.
Regards, Jorge
In a chart, you can try something like
=only({<B={Air}>} total<A> C)