Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Tom Stout
 
Posts: n/a
Default Finding non-zero value

I would like to be able to test a row in a matrix for a non-zero value. When
I find the non-zero cell I want to return the value of column heading.
  #2   Report Post  
Posted to microsoft.public.excel.misc
Peo Sjoblom
 
Posts: n/a
Default Finding non-zero value

=INDEX(A1:O1,MATCH(TRUE,A2:O2<0,0))

where headers are in A1:O1 and the values in A2:O2

adapt accordingly to fit your own data

needs to be entered with ctrl + shift & enter


--

Regards,

Peo Sjoblom

http://nwexcelsolutions.com


"Tom Stout" wrote in message
...
I would like to be able to test a row in a matrix for a non-zero value.
When
I find the non-zero cell I want to return the value of column heading.



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 13
Default Finding non-zero value

Hello Peo,
Thanks for the information!
One more thing, the formula below returns the first value and the first
header, how do I return multiple headers for multiple values?
Thank you.

Jim

"Peo Sjoblom" wrote:

=INDEX(A1:O1,MATCH(TRUE,A2:O2<0,0))

where headers are in A1:O1 and the values in A2:O2

adapt accordingly to fit your own data

needs to be entered with ctrl + shift & enter


--

Regards,

Peo Sjoblom

http://nwexcelsolutions.com


"Tom Stout" wrote in message
...
I would like to be able to test a row in a matrix for a non-zero value.
When
I find the non-zero cell I want to return the value of column heading.




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
EXCEL 2003 IS NOT FINDING MY EXCEL 2000 FILES FROM A CD jrm-1935 Excel Discussion (Misc queries) 4 January 27th 06 07:41 PM
Finding Asymptotes from a set of data in Excel WAYNEL Excel Worksheet Functions 1 January 7th 06 01:28 AM
Finding Asymptotes from a set of data in Excel WAYNEL Excel Discussion (Misc queries) 0 January 6th 06 10:48 PM
Filter not finding all cells in columns yowee Excel Worksheet Functions 2 August 12th 05 03:27 AM
Finding Duplicate Names from Different Lists... PokerZan Excel Discussion (Misc queries) 1 July 8th 05 09:58 AM


All times are GMT +1. The time now is 02:18 AM.

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

About Us

"It's about Microsoft Excel"