Identifying The Highest From Worker List

Dec 22, 2013

I have a number of workers in one column and how many dvds they have sold for the week in another column. how would I automatically identify the worker from the worker list who has sold the most dvds in that week? is there a formula for this?

View 11 Replies


ADVERTISEMENT

Identifying The Highest Value Displayed From A Cell

Jul 15, 2008

I want to be able to record the highest value displayed in a cell (b2) in another cell (c2). Cell b2 is a cell that has continuously updating numbers from a live feed, which are updated approximately every second.

--I'm not sure if I need to have a log created based on the changing numbers. If so, I wouldn't anticipate the length of time to determine the highest value would be more than 7 hours.

--Is there a function/filter that would be able to report the highest number recorded?

View 10 Replies View Related

Identifying Times From A List

Sep 3, 2008

I have a list of variables created by a user like this:

BAND ID START END
Band1 06:00 08:59
Band2 09:00 15:59
Band3 16:00 17:59
Band4 18:00 22:30
Band5 22:31 24:29
Band6 24:30 05:59

Seperately I have data from a third party like this:

DATE TIME VALUE
18/05/08 17:22 10
19/05/08 02:15 1
20/05/08 07:14 5
20/05/08 21:36 15
20/05/08 25:43 1
21/05/08 19:15 15
22/05/08 18:26 16
22/05/08 24:59 2
etc.

I need to be able to identify which BAND ID belongs to each TIME in the list so that I can sum the VALUE figures for each BAND ID (e.g. the first time given,17:22, would belong to Band 3). have tried using LOOKUP but I can't seem to get it to work. Additionally, I have a problem with the 30 hour clock. Would I have to stick to a 24 hour clock? This would mean that I would have to find each time from the list that was between 24:00 and 05:59 and allocate it to the previous day because it is important to keep the values that I ultimately derive in the right day of the week.

View 9 Replies View Related

Identifying Duplicates In List

Aug 6, 2009

Here is the deal I have 4 columns. Each line gives you the following information:
The Id is the record number, Code_Name is a code for each Fox in the study, date and area is a sub area in a bigger grid. Basically I have an area divided by squares and every time a marked fox enters in one of my squares a new line in the data is created. What I won’t to know is if a fox when in my area of study will return to the same squares or not.

ID

CODE_NAME

Date

Area

Logical
116

SSS1
02-Jan-09
1A1

273

RRR1
02-Jan-09
2A2

2959

BBB1
02-Jan-09
1B1

2959

What I’m trying to achieve is a 5th column were ill get a logical value of TRUE or FALSE if, for each fox in the next available record a fox went back to the same square or not.
So if you check for the fox RRR1 I have 2 records one in 2 of January in area 1A1 and a second in 7 of January in the same area. For the Fox BBB1 you will see that she was always in different areas and for CCC1 she only came back to one square.

The problem is I have over 400 fox’s and 12000 records and I’m trying to get a way of doing it automatically.

View 9 Replies View Related

Identifying Data In One Column Based On Highest Figure Data In Another Column?

Jun 19, 2014

I am trying to write a formula that shows the best grade for each each student and the subject in which
that grade was achieved.

In a previous post i was shown how to identify the highest grade

MAX(IF(A$3:A$34=A7,C$3:C$34))

I hit CTRL, SHIFT & ENTER to activate the formula - Result in column E

However, I also want to identify the subject in which they scored their highest grade in column F

I have two problems

1. I don't know how to write a formula that brings in the subject based on the grade for each student

2. I don't know how to write a formula in case there is a tie (see DAVID L)

View 11 Replies View Related

Identifying Phrase In A Text List

May 14, 2014

I have a cell with a long list of phrases all separated by commas.

So it would appear, chicken, beef, steak, soup, fish

I want to create a rule in a cell to identify if one of those phrases comes up - so if chicken comes up then a 1 would appear.

To make it interesting is it possible to grab two words from the cell, so grab the words chicken and beef from a mass of words in one cell and bring it across.

I have these cells which contain huge amount of text and preferences and I am looking to identify these entities on if they contain these words.

View 2 Replies View Related

Identifying Duplicates In A List Using Conditional Formatting

Nov 30, 2009

I would like to identify duplicates in a list using conditional formatting in Excel 2007.

I have tried choosing to identify duplicates using the formula that I have found on many threads throughout the message board:

=COUNTIF($A$1:$A1,$A1)>1.

This function works up to 15 characters in a cell, but Excel seems to be treating all digits after the first 15 as the same, resulting in a "fuzzy match" where I want an exact match. Many of the values in my list are 18 characters long, in text format to prevent rounding.

I've noticed that Excel treats the 18-characters values the same way when sorting; for example, it treats these two values as the same:

'234567891011121314
'234567891011122413

Is there a way to force Excel to examine those last four digits for the purpose of sorting & identifying duplicates?

View 9 Replies View Related

Identifying Unique Names In A List And Copying To Next Collumn

Jul 30, 2009


If I have a list in Collumn A such as:

1
1
2
2
3
4
5
5
6
6

Is there a simply excel function I can use so that in collumn B I return only the unique results. That is, collumn B will look like this

1
2
3
4
5
6

????

View 9 Replies View Related

Generating List Of Week Working Days And Identifying Holidays

Oct 28, 2009

From another thread I got this formula placed on B5:
=NETWORKDAYS(EOMONTH(B4,-1)+1,EOMONTH(B4,0),Holidays)

his generates the number of working days for that month (regardless of the date on B4) that exclude Holidays listed under the range "Holidays".

I also got this code (Credits to XXXX)

View 4 Replies View Related

Draw Every Worker And Display Compensation They Got?

Nov 12, 2013

I have attached a very simple example of what I am trying to achieve.So we have 2 sheets. a sheet called data and a sheet called results.

the data sheet, includes ID's of employees and what they are measured on - Hours and Accounts Finished.For example, worker 123 put in 100 hours from the 200 expected and finished 100 accounts from the 200 expected. The main sheet called Results looks up in a list every ID and displays in a table the compensation the worker got. Each time you select from the drop list a different ID number it shows the result and the amount of money they got.

I want to be able to draw every worker and display the compensation they got('Results', H11) in the Pay amount column('Data',H3:H11).

View 6 Replies View Related

Count Days Between Dates For A Part-time Worker?

Apr 26, 2011

I work only on Wednesdays and Thursdays. I'd like to calculate the number of my working days between two dates.

NETWORKDAYS seems like the right place to start, but I can't think of how to tell it to ignore Mondays, Tuesdays and Fridays as well as the weekend days.

View 5 Replies View Related

Find The Commission Rate Per Worker Using Lookup Functions

Dec 24, 2005

I have a sheet listing comission rate eg. sales less than $200, the rate is
..5%, less than 300, the rate is 1%..etc.

Then i have another table showing different sales value of different workers. How do i find the commission rate per worker using lookup functions??

View 12 Replies View Related

Return Highest Numbers From List

Nov 16, 2011

I am looking for a formula to extract numbers from a list in descending order. As the list may have more than one entry of the same number the formula i need should only show one of that particular number.

So in effect

Column A

40078
40025
40001
40003
39972
41224
40025
40078
40001

Hopefull end result

Column C

41224
40078
40025
40003
40001
39972

View 9 Replies View Related

LIST Funtion: Find The Highest Number ?

Jul 30, 2008

I have several worksheets where I input data, and I would like a 'stats' page as worksheet 1. Work sheet one is a list of names in cells A4:A28. column B,C,D,E,F, and G contain the results using Countif. How would I now get excel to look down a column, for example B, to find the highest number in that column and then use the name from that line but in column A.

View 3 Replies View Related

Picking 5 Highest/lowest Numbers From A List

Jul 17, 2009

I am trying to generate a list of the 5 highest and 5 lowest numbers from a list of scores that range from 1 to 10. I have found the highest and lowest absolute values (numbers over 7.5, and less than 5, out of 10), but I would also like to generate the 5 highest and lowest relative numbers, ie. if there are no scores over 7.5, then the 5 next highest numbers. I have used if/then formulas for the absolute highest and lowest numbers, and a rank/countif formula to rank them. I have no idea how to generate a list of the "relative strengths and weaknesses".

View 14 Replies View Related

Conditional Format Highlight The Highest 3 Perecentages In A List

Oct 14, 2009

I've creating a sheet to keep track of quality for my department. What i want excel to do is highlight via conditional format the highest 3 percentages in collum.

Example

85%
90%
91%
99.25%
96%
87%

What i want is to have 99.25%,96, and 91% change to green since they are the highest %

View 6 Replies View Related

Display Lowest To Highest In List Where Values Are Duplicated

Sep 18, 2007

I am currently trying to display a number from a column of data, where the number is the smallest, then the second smallest (third, fourth and fifth where applicable). When using =small, I am able to display the second smallest number, but when the list contains duplicates, the second smallest figure often matches the smallest. I am having the same problem with =large. I have tried to combat this by using an IF statement, but am only able to place so many arguments into the formula before excel is unable to perform the formula. This is also proving quite lengthy :o(

View 4 Replies View Related

Removing All But Highest Occurrence Of Version Numbers In Long List?

Feb 7, 2014

I have a list full of different IDs with different version numbers (This format: AKH123.1).

I'm trying to clean the list - removing all duplicate IDs but leaving only the largest version number.

I managed to remove the last digit using LEN/VLOOKUP and removing duplicates, but leaving only the largest version number is too tricky for me. I've thought about trying something with LARGE but can't wrap my mind around it.

My thought process went like this: I want to find all occurrences of "AKH123" and return the largest one.

The list contains about 8000 entries and this would save en enormous amount of work.

Here is a tiny portion of the list:

AKH450.1
AKH451.1
AKH451.3
AKH451.4
AKH451.5
AKH451.6
AKH451.7
AKH451.8
AKH452.1
AKH453.3
AKH454.1
AKH455.1
AKH455.2

View 3 Replies View Related

Conditional Format The List So That It Shows The Lowest Percentage In 'green' And The Highest In 'red'

May 13, 2009

I have a list in column A of percentages (to 4 decimals 0.0013) i need to conditional format the list so that it shows the lowest percentage in 'green' and the highest in 'red'.

View 5 Replies View Related

Identifying Weekend Dates In A List Of Dd/mm/yy Dates

Jan 7, 2010

Is it possible to set conditional formatting to highlight any days which are saturday and sundays?

I have long long list of dates in the 17/12/2009 format, I need to be able to quickly see which dates are weekends.

View 4 Replies View Related

VBA Extract Highest And Second Highest Values

Nov 27, 2013

I'm attempting to put together a script which in simple terms finds the 'Highest and Second' highest activity and associated FTE for a given sub group.

To be more specific:

On the "Slide 1" sheet look at the values in column J starting at row 7 until blank;For each value, then search the "All Monthly Direct Activities" sheet in column C for the same value, excluding the 'Subtotal' rows;Where a match is found, compare all the values in column E for that sub group;And Find the highest and second highest figure;

Once these are found copy this figure and associated value in column B and paste onto the "slide 1" sheet.

I'm not particularly well versed in writing VB, but I've been working with the code to see if I can get this work, which I have been unable to do.

I have attached a file which may perhaps provide a greater detail than my description of the problem containing the 'Source' and 'Destination' sheets.

View 9 Replies View Related

Quick Max :: Possible To Show The Next Highest Rather Than The Highest

Jan 15, 2008

If I use =MAX(A1:G1) I get the highest value. Is it possible to show the next highest rather than the highest and if so how?

View 9 Replies View Related

Identifying Cells In Col B That Also Appear In Col A

Jun 7, 2013

So I have a list of integers in col A that is a truncated list from col B. I want to select the units in col B that do not appear in col A. I tried this statement

=IF(A2=B2,A2,0)

Since both lists (A and B) are ordered from smallest to largest this only worked until a value that is not in ColA appears in ColB and then all the cells following = O.

View 4 Replies View Related

Identifying Cells With Same Pre-fix

Jun 29, 2007

I have a column of cells, of which certain values have the prefix "EmployeeID:". I'm trying to identify the cells containing the prefix by evaluating each cell using activecell.offset and value to no avail. I've also tried to use the selection. find, however the first instance of the prefix is continually selected, and does not move on. I'm assuming that I must use the findnext feature, however I'm not having much success.

View 2 Replies View Related

Identifying Spaces In A Cell?

May 14, 2014

I have some data that has names but is not consistant i.e

Smith, John
Smith,John

I want a formula that says, if there is a space after the comma do nothing, otherwise insert a space between.

I have figured out the second part so my formula will look like

=if(some logic to identify a space after the comma ,"",already figured out this bit)

View 5 Replies View Related

IF Function Identifying Value Within A Range?

Aug 1, 2014

I am trying to develop an IF formula based on 2 variables;

1. The value in column Q = 4
2. The value in column AA is between -10% and 10%

When both are true, it should return a value of "YES" (or "NO" when untrue). I am having trouble with the range part. It could be that the range spans negative and positive integers, but I'm not sure. Here is what I've got at the present time:

=IF(AND(OR(Q2=4),OR(AA2<0.10)),"YES",IF(AND(OR(Q2=4),OR(AA2>-0.10)),"YES","NO"))

View 3 Replies View Related

Identifying Value Based On A Range

Apr 17, 2014

I have two tables,

one table (TABLE1) contains the name and a mile point a

the other table (TABLE2) contains name, mile point 1, mile point 2, and other data

I want to be able to pull data from TABLE2, based on TABLE1's name and MP. I want to be able to select data from TABLE2 whose name and mile point's fit with the data from

TABLE1
Line
MP A
SYS

100
8
?

TABLE2
SYS
Line
MP1
MP2
DATA

A
100
0
5
BOB

A
100
5
10
KON

B
100
10
15
B

I want to be able to replace the ? from table1 with the correct SYS from table2 based on the MP given

I started with something like: =if(and(name=name,mpa=>mp1,mpa=<mp2)),vlookup...

The problem is this doesn't work because im comparing one to many.

View 3 Replies View Related

Identifying Peaks In Data

May 5, 2009

I've collected some data from a GPS logger regarding the speed of an athlete. I want to calculate how many sprints this particular athlete undertook during a training session.

Sprinting is defined as a speed of > 20 kph.

One sprint would be the attainment of one peak >20 kph before decreasing below 20 kph.

It's easy to identify the 3 peaks and thus sprints from the xy scatterplot in the attached file, but I'm struggling to find a way to calculate this.

View 11 Replies View Related

Identifying Multiple Entries.

Sep 30, 2009

I'm trying to identify duplicates with a return of "True" or "False". The attached workbook has column F for results (to read PI2 A if in column L, PI2 B if in column R or Both), but I want to query if everyone in column E is in column L or is in Column R and if so which one.

View 3 Replies View Related

Identifying Dates For This Week And Next

Oct 10, 2009

i have a spreadsheet that contains dates spread across different rows and columns. How can I identifying dates for this week and next week by colouring the cells?

example dates that fall within this week will be red, next week will be blue.

View 7 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved