Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Sum per rows in different tables

Hi all,

 

I have 2 columns in 2 different tables with boolean numbers.

 

I need to add, for each row, these values. How to do it? 

  • Anonymous's avatar
    Anonymous
    5 years ago

    I Couldnt change to both, therefore I solved the problem by doing this:

    1) Connected both tables to the Component one

    2) I used this formula to check that in both columns there is a yes. If so, return the number 1

     

    SanityCheck_EMEA = IF('Connectivity Coverage analysis xlsx_https://iontradingcom sharepoint com/teams/F'[EMEA ] = RELATED(components_mkt[europe]) && 'Connectivity Coverage analysis xlsx_https://iontradingcom sharepoint com/teams/F'[EMEA ]="yes",1,0)

6 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hello Anonymous ,

    Is this two tables are joined by any column?

    Can you able to provide some context data to better understand the scenario