ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   New Users to Excel (https://www.excelbanter.com/new-users-excel/)
-   -   Can't find formula for largest value in multiple cells (https://www.excelbanter.com/new-users-excel/63991-cant-find-formula-largest-value-multiple-cells.html)

telewats

Can't find formula for largest value in multiple cells
 

I'm trying to create a spreadsheet that pulls data from another
spreadsheet in the same file as well as data from other files. In the
attached spreadsheets, I have fields that find the largest value based
on dates entered in multiple cells (ie. In my first spreadsheet, I have
formulas to find the largest date on that page (=largest(xx:xx), and on
my 'master' spreadsheet, I want to find the largest date from the
formulas I just mentioned). The problem I'm finding is that excel won't
let me include more than two cells in my last formula. It tells me I'm
entering too much data. Can someone tell me how to do this?


--
telewats
------------------------------------------------------------------------
telewats's Profile: http://www.excelforum.com/member.php...o&userid=30270
View this thread: http://www.excelforum.com/showthread...hreadid=499387


CLR

Can't find formula for largest value in multiple cells
 
=LARGE(A1:C50,1)
or
=MAX(A1:C50)

Either formula will return the largest value from the range of A1 through
C50............

Vaya con Dios,
Chuck, CABGx3




"telewats" wrote:


I'm trying to create a spreadsheet that pulls data from another
spreadsheet in the same file as well as data from other files. In the
attached spreadsheets, I have fields that find the largest value based
on dates entered in multiple cells (ie. In my first spreadsheet, I have
formulas to find the largest date on that page (=largest(xx:xx), and on
my 'master' spreadsheet, I want to find the largest date from the
formulas I just mentioned). The problem I'm finding is that excel won't
let me include more than two cells in my last formula. It tells me I'm
entering too much data. Can someone tell me how to do this?


--
telewats
------------------------------------------------------------------------
telewats's Profile: http://www.excelforum.com/member.php...o&userid=30270
View this thread: http://www.excelforum.com/showthread...hreadid=499387



telewats

Can't find formula for largest value in multiple cells
 

This is good to know. Thanks for the info.

What if I want to use cells that aren't in conjunction with one
another, ie. B12 & B40 & B65? Or if I want to pull data from multiple
spreadsheets?


--
telewats
------------------------------------------------------------------------
telewats's Profile: http://www.excelforum.com/member.php...o&userid=30270
View this thread: http://www.excelforum.com/showthread...hreadid=499387


CLR

Can't find formula for largest value in multiple cells
 
=MAX(B12,B40,B65)
=MAX(Sheet1!B12,Sheet2!B40,Sheet3!B65)

Vaya con Dios,
Chuck, CABGx3


"telewats" wrote:


This is good to know. Thanks for the info.

What if I want to use cells that aren't in conjunction with one
another, ie. B12 & B40 & B65? Or if I want to pull data from multiple
spreadsheets?


--
telewats
------------------------------------------------------------------------
telewats's Profile: http://www.excelforum.com/member.php...o&userid=30270
View this thread: http://www.excelforum.com/showthread...hreadid=499387



Bernard Liengme

Can't find formula for largest value in multiple cells
 
Click on B12; hold CTRL, click on B40 then on B65; type mydata in Name box
and pres ENTER
Use =MAX(mydata) or LARGE(mydata,1) ---- you can also use LARGE(mydata,2)
for next largest

Multiple sheets: MAX(MAX(Sheet1!A1:A10), MAX(Sheet2!B2:B20)
Or expand on the name method
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"telewats" wrote in
message ...

This is good to know. Thanks for the info.

What if I want to use cells that aren't in conjunction with one
another, ie. B12 & B40 & B65? Or if I want to pull data from multiple
spreadsheets?


--
telewats
------------------------------------------------------------------------
telewats's Profile:
http://www.excelforum.com/member.php...o&userid=30270
View this thread: http://www.excelforum.com/showthread...hreadid=499387




telewats

Can't find formula for largest value in multiple cells
 

This worked great - thanks!


--
telewats
------------------------------------------------------------------------
telewats's Profile: http://www.excelforum.com/member.php...o&userid=30270
View this thread: http://www.excelforum.com/showthread...hreadid=499387



All times are GMT +1. The time now is 11:37 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com