Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Joker
 
Posts: n/a
Default Finding cell value from top of a list greater than 0

I am trying to find a formula which will return a value from a list which is
greater than 0. For example, from cell AC48:AC52, I need the first number
greater than 0 starting from the top. If AC48 = 0, AC49 = 100, AC50 = 20,
AC51 = 0, and AC52 = 0. I need a formula to find AC49's value of 100. Thank
you
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bernie Deitrick
 
Posts: n/a
Default Finding cell value from top of a list greater than 0

Joker,

Array enter (enter using Ctrl-Shift-Enter)

=INDEX(AC:AC,MIN(IF(AC48:AC520,ROW(AC48:AC52))))

HTH,
Bernie
MS Excel MVP


"Joker" wrote in message
...
I am trying to find a formula which will return a value from a list which is
greater than 0. For example, from cell AC48:AC52, I need the first number
greater than 0 starting from the top. If AC48 = 0, AC49 = 100, AC50 = 20,
AC51 = 0, and AC52 = 0. I need a formula to find AC49's value of 100. Thank
you



  #3   Report Post  
Posted to microsoft.public.excel.misc
Texas_Toast
 
Posts: n/a
Default Finding cell value from top of a list greater than 0

You can use the AutoFilter. DataFilterAutofilter. Autofilter places
arrows at the top of your column. Click on the arrow at the top of your
column and select "custom" and select greater than on the left and type 0 on
the right. One caution though, Autofilter only works on the first 1000 rows.

"Joker" wrote:

I am trying to find a formula which will return a value from a list which is
greater than 0. For example, from cell AC48:AC52, I need the first number
greater than 0 starting from the top. If AC48 = 0, AC49 = 100, AC50 = 20,
AC51 = 0, and AC52 = 0. I need a formula to find AC49's value of 100. Thank
you

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
Drop Down List that has formatting of cell range Font ect. Tom Meacham Excel Discussion (Misc queries) 1 January 11th 06 01:43 AM
Display a row if a cell value is greater than zero vmerrill Excel Worksheet Functions 2 August 6th 05 06:47 PM
Printing data validation scenarios SJC Excel Worksheet Functions 14 July 24th 05 12:43 AM
Can a cell have a drop down list and can also be auto populated Adrian Excel Worksheet Functions 1 March 17th 05 05:05 AM
How do I set up drop-down list for a cell when the list is in ano. redsunjvd Excel Discussion (Misc queries) 2 January 29th 05 01:03 AM


All times are GMT +1. The time now is 06:33 PM.

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"