Hello everyone,
I hope to find an answer to my problem as you are my last chance
, as I haven’t been able to find a solution for days.
My problem is as follows: I have created an application with the following parameters: 3 sheets
Sheet 1: Customer database
Sheet 2: Price list per task
Sheet 3: Daily financial data
In Sheet 3, I have created a virtual column to calculate the total sum of prices for each client. Here is the formula I have used:
sum(select(data[Task Price],and([ID Client]=[_THISROW].[ID Client],[Task]=[_THISROW].[Task],[Location]=[_THISROW].[Location])))
This formula calculates the total prices of tasks, but what I want is to find a way to calculate the total sum for a client based on Sheet 2, conditioning it on the fact that if a task is performed for the same location and the same client, the formula calculates only that task once and not every time it appears. For example:
I hope my explanations are understandable. Feel free to ask me questions if I haven’t been very clear or if there are any areas of confusion.
thank you all in advance for your supports.






