How To Find The Biggest Value On The Sheet

May 21, 2007

i have one sheet of data (numbers)
How to find the biggest value in this sheet?
Is too many numbers...

example:

A1
1.12
3.14
5.16
2.11

the biggest is = 5.16

View 9 Replies


ADVERTISEMENT

How To Find The Biggest Numbers

Apr 22, 2014

I want to create a formula that values if the number in the cell is in the biggest 25 numbers in the column and also check in another column the same thing.If the number is within the 25 biggest from the first column or the second then to give me the number of the cell. I created a formula but it is very large in order to apply for the 1st to the 25th biggest number. The formula is:

IF(AND(or(K16=LARGE($K$16:$K$152,1),I16=LARGE($I$16:$I$152,1)),K16<>0),K16,"") but only for the 1st biggest number of the columns.

View 2 Replies View Related

VBA To Find Nearest Biggest Number And Lowest Number?

Mar 26, 2014

I need a VBA code to find the nearest biggest number and nearest lowest number between the data of D2 to H2. In the attached file, I have mentioned my required output (Column A and B - blue highlighted)

View 2 Replies View Related

Biggest Value In A Column

May 31, 2006

I have a column, Column A. It has numbers, how do I create a loop that finds the biggest number in that column?

View 4 Replies View Related

What Is The Biggest Difference Between Numbers?

Mar 6, 2009

The attached sheet has two rows of numbers. The top one shows used energy, the bottom one produced energy. What I need to know is during what period of the day one has the biggest difference between the two. In this case this is between 1400 and 2000, 28 used and 9 produced (a difference of 19). The question is how this difference can be determined automatically?

View 7 Replies View Related

Finding A Name With Biggest Number

Feb 2, 2006

I have a hockey scoring sheet, which has player names, goals and assist with it. What I want to do, is to print in to a different sheet player's name and goal amount, who has scored the most goals.

Example of a scoring sheet:

View 11 Replies View Related

Return Biggest Three Value In Every Column

Feb 26, 2009

i want to give me the biggest three value in evry column
as show here in the table

#123456789101112Max_1Max_2Max_3Item_1299242125337148718323298445727102552393948115244Item_2242716194629563225502082559525342959133655124421Item_3455828445295587555555875418534073598426013194389Item_4390156585416347250301403516015655246267636873711Item_5188727551589244431265659417542195533396516004724Item_6126947325832581357662528574353554011451551032154Item_7153536252203199715785849547836595209164541812305Item_8269417022795180521133892393929963348152850762866Item_9366353801726203742892207485436273497184517322414Item_10396556815031362225614483311627081528424020274103Item_11131435895482502656452278207422582673309942034475Item_12299533682560392230732014482554313483215330063366Item_13452648175613126941863069177221443608500257084066Item_14211549493056283920553149183421443441368513243752

View 10 Replies View Related

Finding The Biggest Value In Custom List?

Apr 26, 2014

I know how to make customs lists, but it's not getting me anywhere.

Let's say I have a lot of data containing values as follows and in the following list I sorted them from small to large:

5a
5a+
5b
5b+
5c
5c+
6a
6a+
6b
6b+
6c
6c+
7a
7a+
7b
7b+
7c
7c+
8a

and so on... In the list, the date isn't sorted from small to large, many values (if not all) occur multiple times and on occasion some values are added to the column. With that last part I mean that you can see it as a batch of 500, and if so far the batch only contains 450 values there will be (for the time being until items get added) 50 empty cells in the column as well.

You can't order numerically or alphabetically. I know I can make a custom list and then just sort according to that custom list so the biggest value would come out on top or bottom but that's not what I'm looking for either, as the data needs to be sort by another colomn (dates in chronological order).

So I'm just looking for a formule saying "return the biggest value if the order of things is as I typed above'.

View 14 Replies View Related

Function To Returns Biggest Change (+ Or -)

Feb 1, 2010

I have some survey data for 2008 & 2009. I have a column calculating the difference on each question between the two years. I need to show the 20 biggest changes, positive or negative. Which function can I use for this?

View 9 Replies View Related

Order Lines In Decresecenting Classifitcation And Sum The 5 Biggest

Jan 13, 2008

I need to do a decresenting classification of data available in lines (2 hundreds of lines). I have headers in the columns that cannot change position. Then I need to sum the 5 biggest values in each line.

View 11 Replies View Related

Macro To Find Value From One Cell In Sheet And Find In Another Sheet

Mar 27, 2014

I am trying to look up a numerical value in Sheet 1 Cell:F7 and find that value in Sheet 2 Column B, then offset 29 columns in the row where the value was found. The number will not have any duplicates within Sheet 2.

View 8 Replies View Related

Find Characters In One Sheet And Replace Them With Iso Entity Codes From Second Sheet

Mar 27, 2007

I have two sheets in my workbook: One containing names with French and other European characters, the other containing a list of ISO entities for these characters, like these:

à#224
á#225
â#226
ã#227
ä#228
å#229
æ#230

I need to replace these characters in Sheet 1 with the equivalent ISO entity from Sheet2 and print the value into the same cell in Sheet1.

View 3 Replies View Related

Copy Range From Sheet A Then Find The Next Empty Row In Sheet B

Jun 2, 2014

I want to do is add data into Sheet A each day then press a button which will copy the data in a range and paste it into Sheet B, but I want to create a list of all data so I need it to find the next empty cell and start the paste from there (if that makes sense).

I want it to create a data base on one sheet from a daily import, I have a code to copy one cell to next empty cell but dont know how to duplicate it to a range.

I hope I have given you enough info this is what I have done so far

Public Sub CopyData()
Dim ws As Worksheet, bi As Byte, vData(1 To 1)
Set ws = Sheets("A")
For bi = 1 To 1
vData(bi) = Application.Choose(bi, ws.Range("A1"))

[Code]....

View 7 Replies View Related

From Cell In Sheet 2 Find Name In Sheet 1 And Value Offset

Oct 4, 2008

I am using Excel 2003, Windowx XP Professional, and Internet Explorer 7

In one Excel 3003 example workbook sheet1 contains data copied in from Internet Explorer 7 that keeps changing position on the sheet. From a cell, EG C5, in sheet2 I want to use functions to find a name in Sheet1 and pull the value on the same row say seven columns to the right back into sheet2 cell C5.

My knowledge of Excel is very limited but this would seem to be a simple common thing to have to do, but have been unable figure it out. If this has been answered elsewhere I appologise, this is my first time to this forum which I found with google.

View 7 Replies View Related

Find Last Row In Sheet

Jan 2, 2007

I'm trying to find the last row that contains data in my sheet, and then place a border along the bottom of that entire row. I've been trying to figure out an easy way to do this, but I havent had much luck.

There are 11 columns of data, but the first cell in the last row is always blank.

View 9 Replies View Related

Find In Another Sheet

Jan 17, 2008

I have column C with numbers 50 thur 800.

They are in a sheet named IDnumbers.

If I am in a sheet called overtime and I want to find the number 105 in the sheet named IDnumbers then put an "X" in colunm B next to 105.

I want to do it without having to go to the sheet named IDnumbers. I want to be able to do it while still in the sheet named overtime, otherwise I will be going back a forth several times.

I have never tried this before and I can't figure out how to do it.

View 9 Replies View Related

Find Last Row Copy To Another Sheet?

Jun 18, 2014

I am trying to create a macro that copies the values from A2 to the last row of data on sheet1 and past them to cell B2 on sheet2

View 2 Replies View Related

Macro To Find The Very Last Row In Sheet?

Feb 13, 2014

I'm looking for a macro to find the very last cell in a particular column. The cell will not have data in it. I know how to find the last populated cell, but this one is stumping me.

View 7 Replies View Related

Macro To Find In Another Sheet.

Jun 18, 2009

For matching and linking i use the below code. when you double on any cell it will find the match in the same sheet.

Modify the below code so that it can used to find in another sheet(lets say sheet2). To be specific find value is in sheet1 and search area is sheet2. And also if possible the code should find exact match.

View 2 Replies View Related

Find Last Sheet In Array

Jan 6, 2010

I need to find out how to create an array from multiple sheets and find the last sheet in the array. I've looked all over online, and can only find how to create an array of cells. Specifically, I need a loop to place each sheet in the array based on the value of a cell in the sheet (A1), and then with the last sheet, give the value of another cell (B1).

View 14 Replies View Related

Find Sheet A Cell Is On

Apr 26, 2007

Is there a way to get the sheet name that a particular cell is on? I know row() will find the row and column() the column, but I don't know a way to get the sheet...

View 9 Replies View Related

Find Max Value Of Column In Separate Sheet?

Dec 18, 2012

I am trying to figure out a formula that performs the following function:

I want it to find the date in column A in Sheet2 in column A in Sheet1 and return the highest value of column D(sheet1) for that same date. Is there a formula that can solve me that?

I attach an example of my worksheet.

View 2 Replies View Related

Find String In A Sheet Or From Different Tables?

Jun 5, 2014

write a simple formula to find a string in sheet2 and Return (True or False) in Sheet1.

The following is what I have written..

If I find a string matched - Then True.

=IF( OR(COUNTIFS(Escalations18[Engineer], "Arun C"), COUNTIFS(Table2517[Engineer], "Arun C"), COUNTIFS('Week 1'!D56:D61, "Arun C") ), "True", "False")

I even used vlookup, but getting error.

=vlookup("Arun", Column B, 3, TRUE)

2nd solution:I want to copy the same to other columns.. But should search for some other name.

View 2 Replies View Related

Find The Unsaved Work Sheet

Jul 13, 2009

i have accidentaly closed excel without saving a work sheet. is there a way to find the unsaved work sheet?

View 2 Replies View Related

Vlookup Find A Particular Code In One Sheet

Jul 20, 2009

I am using the Vlookup function to find a particular code in one sheet then give me the cost data that is associated with that code and put it into a similar cell in another sheet. It will work fine if I use (for example) A2 to E39 as my table_array. This would be fine if I only had 38 rows of data to look for the code on. However I have thousands of rows of data that need to be checked. Therefore when I change the table array to anything greater than E40, the vlookup will not work and it will only return a value of zero instead of the actual cost data. This is very weird and does not make sense that anything is wrong.

The only thing I can think of is that the vlookup function has a limit on the number of rows that it can look for data in. However, I did not think that it had a limit at all.

View 7 Replies View Related

Find And Compare Values In A Sheet

Aug 29, 2013

I need a formula that will look at a entire work sheet find a name, then find a date, and display a string from a cell in the date row.

For example I want it to first find all the rows that has "Jane Doe", then find a specific date from those rows, and then display a value from a cell in that row. Keep in mind that the there will be no consistency with the row data, but the column's are static.

Attachment 261622

View 5 Replies View Related

Using Vlookup To Find Text On Different Sheet?

Apr 14, 2014

I know vlookup can find specific text in a column when the formula resides on the same sheet. But for my actual application (a 15 page price list) I was attempting to use vlookup on sheet 2 and have it find specific text on sheet 1. Note that sheet 1 will be having additional rows added through out the table over time, so vlookup cannot use a specific cell location.

My attached example can simulate the problem by sorting the table by name (A-Z).

View 1 Replies View Related

Take Value And Find All Exact Values In Another Sheet?

May 16, 2014

I'm trying to create a macro that will take a value found on Sheet 1 in Column A and search Sheet 2 Column D. If the value matches exactly it will highlight the row on Sheet 2 in Red and if a match is found but it has some extra characters in the list it will highlight the row in Yellow. I have included a sample sheet to show you exactly how the outcome should look. It will need to run on a loop until there are no more values found in Column A on sheet 1.

View 7 Replies View Related

Find Duplicates Copy One Of Each To Another Sheet

Jun 24, 2014

I'm supposed to find duplicates in sheet_1 Q6:Q251 and copy one of each to sheet_2 D6:D243 as well as unique values from the same column. In a sheet_1 B6:B251 I have values related to Q6:Q251 and I have to copy each of them to sheet_2, E6:I6 in the same row as the related duplicate (I'll have max 5 duplicates). You can find attached simple example of what should be the result (sheet_2)

View 7 Replies View Related

Find Text Then Paste To Different Sheet

Jan 19, 2009

I have a pivot table that changes in size from day to day. The last row of the table starts in Column A with text "Grand Total". I need a formula that searches and identifies that text, then copies that row, and pastes the row to another sheet. note: the sheet the pivot table is on is titled Price Detail, the sheet I need to paste the row onto is titled sheet 2.

View 5 Replies View Related







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