Thread: Macro how to
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default Macro how to

Hi
why do you want to use a macro. You can for example enter the ID in
cell C1 and use an array formula for calculating the AVERAGE. Where is
your data of interest stored?

--
Regards
Frank Kabel
Frankfurt, Germany


BravoGolf wrote:
Hi all,
I have a excel file delivered weekly that contains various columns.

On
Column A, for example, I would have an ID type and on Column B I

would
have the ID's descriptive text. Since the Column A and B are actual
troubleshooting errors for a company, I then have an action that

fixed
each error and and the relevant average fix rate.

An example of which is 'here'
(http://www.heaphydesigns.com/example.xls) :)

Anyways, how can I make a macro that will prompt the user for the ID,
it will then scan ID column for the ID entered, and return the

average
fix rate of all the steps in one go?