Where did formula 1 get its name from?

I am trying to get a formula to calculate the corresponding value of a row when i type his name into a cell?

  • I need a formula so that when I type in "john" it will search the name column for "john" and return his service percentage value. This value should be added to all corresponding values of "john" and divided by the number of rows that correspond.

  • Answer:

    You are trying to find the average value for 'john'. Assuming the names are in column A and the values in column B: =SUMIF(A:A,"john",B:B)/ COUNTIF(A:A,"john")

DEATH at Yahoo! Answers Visit the source

Was this solution helpful to you?

Other answers

nicefx

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.