Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Everyone,
I have a spreadsheet with 2 columns. I'm trying to find the largest value in column 2, then copy that cell and the cell to the immediate left to another worksheet. I've tried sorting it, but for one reason or another it doesn't seem to want to work...Just need to copy these values to another sheet. Any Help would be greatly appreciated, Into |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How about just using a couple of formulas:
=max(sheet1!x:x) to show the max =index(sheet1!w:w,match(max(sheet1!x:x),sheet1!x:x ,0)) to show the value to its left Intotao wrote: Hi Everyone, I have a spreadsheet with 2 columns. I'm trying to find the largest value in column 2, then copy that cell and the cell to the immediate left to another worksheet. I've tried sorting it, but for one reason or another it doesn't seem to want to work...Just need to copy these values to another sheet. Any Help would be greatly appreciated, Into -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
vlookup on large text in cells | Excel Worksheet Functions | |||
Printing large cells | Excel Discussion (Misc queries) | |||
how to change a formula for a large group of cells | Excel Worksheet Functions | |||
how to find duplicate cells in large array of numbers | Excel Worksheet Functions | |||
Delinking (a large list of) cells? | Excel Discussion (Misc queries) |