Forum Discussion
Top 5 if date is equal to a cell
- Aug 11, 2023
I didn't understand what you want to do. Now i can give you the formulas for the columns Qte Acessos of your file. For columns Descrição i don't have a solution right now maybe an expert of the community can give you the formulas for these columns.
=LARGE(IF(Folha4!$B$1:$M$1=Resumo!B5,Folha4!$B$3:$M$106),1)This is the formula for Top Intent 1. For Top Intent 2 and so on only the "1" in the end changes.
=LARGE(IF(Folha4!$B$1:$M$1=Resumo!B5,Folha4!$B$3:$M$106),1)
=LARGE(IF(Folha4!$B$1:$M$1=Resumo!B5,Folha4!$B$3:$M$106),2)
=LARGE(IF(Folha4!$B$1:$M$1=Resumo!B5,Folha4!$B$3:$M$106),3)
and so on.
Does the attached file show the intended result?
in the 1st image i posted is the intended result but i did it by hand with no formulas
- Pedro_DuarteAug 11, 2023Copper Contributori saw your 1st answer and i tried it before
=ÍNDICE(Folha4!$B$2:$N$106;1;(CORRESP(B7;Folha4!$B$1:$N$1;0)))
and it works for my top 1 that is not named top 1 it's in column C
And the Top Intent 1 is on my data the top 2 so i tried this formula:
=SE((CORRESP(B5;Folha4!$B$1:$N$1;0));(MAIOR((Folha4!$B$2:$B$106);(Resumo!$E$3+1)));)
and it shows me the correct value for the top 2 on that day but when i try to use it on other days it only shows me the data from the day on the first row....
And many thanks for the help!- OliverScheurichAug 11, 2023Gold Contributor
I didn't understand what you want to do. Now i can give you the formulas for the columns Qte Acessos of your file. For columns Descrição i don't have a solution right now maybe an expert of the community can give you the formulas for these columns.
=LARGE(IF(Folha4!$B$1:$M$1=Resumo!B5,Folha4!$B$3:$M$106),1)This is the formula for Top Intent 1. For Top Intent 2 and so on only the "1" in the end changes.
=LARGE(IF(Folha4!$B$1:$M$1=Resumo!B5,Folha4!$B$3:$M$106),1)
=LARGE(IF(Folha4!$B$1:$M$1=Resumo!B5,Folha4!$B$3:$M$106),2)
=LARGE(IF(Folha4!$B$1:$M$1=Resumo!B5,Folha4!$B$3:$M$106),3)
and so on.
- Pedro_DuarteAug 11, 2023Copper Contributor
maybe you can help me with this formula also
=ÍNDICE(Folha4!$A$2:$N$106;CORRESP(F5;Folha4!$A$2:$N$106;0);1)
it's supposed to look for the value in that column and give me the "descrição".
i think i'm locking soimething i shouldn't but i cant see what i did wrong in the formula