Forum Discussion
kpan8
Oct 15, 2025Copper Contributor
Automate the function
Hi,
I have a few thousand records of Course with ANZSIC allocation proportion. Is it possible to create an excel function to pick up the highest values within the same course whose difference of proportion with the next highest is within 0.1 and highlight it out? In this case, the first 3 records will be highlighted.
Attached with an example for reference.
coursecode | coursename | ANZSICDivisionDesc | ANZSICDivisionCode | ANZSICConcordanceProportion |
ABC123 | Certificate III in Meat Processing (Food Services) | Manufacturing | C | 0.45 |
ABC123 | Certificate III in Meat Processing (Food Services) | Retail Trade | G | 0.45 |
ABC123 | Certificate III in Meat Processing (Food Services) | Wholesale Trade | F | 0.1 |
BCD123 | Certificate III in Meat Safety Inspection | Manufacturing | C | 0.65 |
BCD123 | Certificate III in Meat Safety Inspection | Public Administration and Safety | O | 0.35 |
Regards
EP
1 Reply
- SergeiBaklanDiamond Contributor
Please clarify why third record is to be highlighted. Difference between 0.45 and 0.1 is more than 0.1.