Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
jrm jrm is offline
external usenet poster
 
Posts: 15
Default comparing columns

how do i compare mulitple columns, returning lowest value, ignoring blank
cells.

Additionally, how do identify which column supplied that information
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,886
Default comparing columns

Hi

Try the following 2 array formulae
{=MIN(IF(A1:M10,A1:M1))}
to find the lowest non-zero value
{=MATCH(MIN(IF(A1:M10,A1:M1)),A1:M1)}
to return the column number where the lowest value occurs.

Use Ctrl+Shift+Enter (CSE) to commit on Edit the formula rather than
just Enter.
Do not type the curly braces { } yourself, Excel will enter them
when you use CSE

Change range to suit


--
Regards

Roger Govier


"JRM" wrote in message
...
how do i compare mulitple columns, returning lowest value, ignoring
blank
cells.

Additionally, how do identify which column supplied that information



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
comparing 2 columns mariekek5 Excel Discussion (Misc queries) 6 June 17th 09 02:51 PM
Comparing columns Dave T Excel Worksheet Functions 1 May 23rd 09 10:27 AM
comparing columns pads64 Excel Discussion (Misc queries) 1 July 6th 07 08:22 PM
Comparing two columns of information with 2 new columns of informa cbuck Excel Discussion (Misc queries) 1 January 16th 07 09:49 PM
comparing two columns? steve g via OfficeKB.com Excel Discussion (Misc queries) 1 April 30th 05 04:53 AM


All times are GMT +1. The time now is 01:43 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"