A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi John McLaughlin6,
I'm glad to answer your question again.
First, I need to confirm if you mean that you need to identify the team names whose "prestige value" has an absolute difference of greater than or equal to 3 (either too high or too low) compared to the weighted average. If my understanding is incorrect, please feel free to correct me in your reply.
If this is the case, you can use conditional formatting combined with the VLOOKUP function to identify them. Here's how:
First, I noticed that your data seems a bit unorganized. If possible, make sure all data starts from the second row, with the first row as the label row.
After adjusting the data, let's assume your data fits the following simple format (I tried to create a simple test copy to match your specific data situation).
Next, we can select column A (team names), click Home - Conditional Formatting - New Rule - Use a formula to determine which cells to format.
In the formula bar, enter the following formula:
=ABS(P1-VLOOKUP(B1,V:X,3))>=3
This formula will calculate the absolute difference between each team's prestige value and their corresponding conference's average value and find those greater than or equal to 3.
After entering the formula, click Format..., where you can set how you want to identify these teams. For example, fill the cell with green (click Fill to choose the color).
After that, double-check the conditions and range of the conditional formatting, confirm, and click OK.
This way, the teams that meet the criteria will be clearly identified in the table.
You can share your results with me. If you encounter any problems, feel free to reply.
Best Regards,
Jonathan Z - MSFT | Microsoft Community Support Specialist