How can add best two integers from different three worksheets.
I have three sheets PWT1,PWT2,PWT3. How i can add best two integers of same cell oo three diffent sheets.
I have used following formula but it not works:
=IFERROR(SUM(LARGE('PWT1'!C6:'PWT2'!C6:'PWT3'!C6,1),LARGE('PWT1'!C6:'PWT2'!C6:'PWT3'!C6,2)),"")
I have three sheets PWT1,PWT2,PWT3. How i can add best two integers of same cell oo three diffent sheets.
I have used following formula but it not works:
=IFERROR(SUM(LARGE('PWT1'!C6:'PWT2'!C6:'PWT3'!C6,1),LARGE('PWT1'!C6:'PWT2'!C6:'PWT3'!C6,2)),"")