Hi all
I have a datasheet with 20 columns and currently about 10,000 rows (the number of rows will increase regularly).
Column 'A' is event date and time .... there can be anything between 1 and 50 rows per event.
I need to evaluate the cells in columns G, H and I for each event and then colour the highest valued cell (they are all numeric) in each column for each event. Ideally they will be coloured a similar green to the shade used in conditional formatting, as that is being applied to other columns in the sheet.
Can someone explain to me please (or provide code if it has to be vba) how to identify the rows per event and then fill the relevant cell in each column? I'm unsure of how to go about it and have very little VBA knowledge.
Any help greatly appreciated
Thank you
Paul
I have a datasheet with 20 columns and currently about 10,000 rows (the number of rows will increase regularly).
Column 'A' is event date and time .... there can be anything between 1 and 50 rows per event.
I need to evaluate the cells in columns G, H and I for each event and then colour the highest valued cell (they are all numeric) in each column for each event. Ideally they will be coloured a similar green to the shade used in conditional formatting, as that is being applied to other columns in the sheet.
Can someone explain to me please (or provide code if it has to be vba) how to identify the rows per event and then fill the relevant cell in each column? I'm unsure of how to go about it and have very little VBA knowledge.
Any help greatly appreciated
Thank you
Paul