Sunshine8790
Board Regular
- Joined
- Jun 1, 2021
- Messages
- 86
- Office Version
- 365
- Platform
- Windows
I can't share the original data since it contains personal info, so bear with me with the screenshots.
With the help of this board, I was able to successfully create a formula for the July table that worked in pulling the info from the July tab.
I tried to re-create it for August but it's giving me a Value error, even though I changed the columns to be correct for the August tab.
I'm aware that a Pivot table is a good option for something like this, but I prefer this method for visual appeal.
July Tab looks like this:
Total is formulated:
Rank is also formulated:
I literally just duplicated the July tab, and re-named it - and changed and added onto the dates in row 1, so now the total is in column AI, and Rank in AJ - as opposed to S and T in the July column:
This is the formula, that worked, for my July leaderboard:
And this is the formula that is giving me the value error for August:
Any help appreciated.
With the help of this board, I was able to successfully create a formula for the July table that worked in pulling the info from the July tab.
I tried to re-create it for August but it's giving me a Value error, even though I changed the columns to be correct for the August tab.
I'm aware that a Pivot table is a good option for something like this, but I prefer this method for visual appeal.
July Tab looks like this:
Total is formulated:
Excel Formula:
=IF(SUM(D2:R2)=0,"",SUM(D2:R2))
Excel Formula:
=IFERROR(RANK(S2,$S$2:S101,0),"")
I literally just duplicated the July tab, and re-named it - and changed and added onto the dates in row 1, so now the total is in column AI, and Rank in AJ - as opposed to S and T in the July column:
This is the formula, that worked, for my July leaderboard:
Excel Formula:
=TAKE(SORT(FILTER(CHOOSECOLS('July Steps (Practice)'!A2:T10021,20,2,19),'July Steps (Practice)'!A2:A10021="Salary")),A1)
And this is the formula that is giving me the value error for August:
Excel Formula:
=TAKE(SORT(FILTER(CHOOSECOLS('August Steps'!A2:AJ10022,36,2,35),'August Steps'!A2:A10021="Salary")),A1)
Any help appreciated.