#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Look up question

I have a row of numbers that represent cash. I use the min function to find
the lowest amount my cash gets to which is a negative and the Hlookup to find
the corresponding date. Now I need to find the first time my cash gets
positive that is equal to or greater than my min number. I tried using the
lookup function but it gives the amount that is less than the min. If you
can help me with this I would appreciate it.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Look up question

let me make a small note to this post. If my min is ($500,000) I wan tto
find the first time the cash reaches $500,000 to the good.

"Lambchop" wrote:

I have a row of numbers that represent cash. I use the min function to find
the lowest amount my cash gets to which is a negative and the Hlookup to find
the corresponding date. Now I need to find the first time my cash gets
positive that is equal to or greater than my min number. I tried using the
lookup function but it gives the amount that is less than the min. If you
can help me with this I would appreciate it.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,480
Default Look up question

Hi

I'm not sure I have understood your request, but maybe something like
=MATCH(ABS(MIN(A1:M1)),A1:M1,0)

--
Regards
Roger Govier



"Lambchop" wrote in message
...
let me make a small note to this post. If my min is ($500,000) I wan tto
find the first time the cash reaches $500,000 to the good.

"Lambchop" wrote:

I have a row of numbers that represent cash. I use the min function to
find
the lowest amount my cash gets to which is a negative and the Hlookup to
find
the corresponding date. Now I need to find the first time my cash gets
positive that is equal to or greater than my min number. I tried using
the
lookup function but it gives the amount that is less than the min. If
you
can help me with this I would appreciate it.



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Look up question

Roger.

Not exactly. Maybe this will help

a b c d e f g
h
(125) (525) (300) 0 25 225 575 625

The min is -525 and I want the formula to find the first time the Positive
number is = the min. I would need it to return the result of 575.
If you can help with this I would appreciate it.



"Roger Govier" wrote:

Hi

I'm not sure I have understood your request, but maybe something like
=MATCH(ABS(MIN(A1:M1)),A1:M1,0)

--
Regards
Roger Govier



"Lambchop" wrote in message
...
let me make a small note to this post. If my min is ($500,000) I wan tto
find the first time the cash reaches $500,000 to the good.

"Lambchop" wrote:

I have a row of numbers that represent cash. I use the min function to
find
the lowest amount my cash gets to which is a negative and the Hlookup to
find
the corresponding date. Now I need to find the first time my cash gets
positive that is equal to or greater than my min number. I tried using
the
lookup function but it gives the amount that is less than the min. If
you
can help me with this I would appreciate it.




  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,268
Default Look up question

Maybe something like

=INDEX(A1:H1,MATCH(TRUE,A1:H1=ABS(MIN(A1:H1)),0))

entered with ctrl + shift & enter


--


Regards,


Peo Sjoblom



"Lambchop" wrote in message
...
Roger.

Not exactly. Maybe this will help

a b c d e f g
h
(125) (525) (300) 0 25 225 575 625

The min is -525 and I want the formula to find the first time the Positive
number is = the min. I would need it to return the result of 575.
If you can help with this I would appreciate it.



"Roger Govier" wrote:

Hi

I'm not sure I have understood your request, but maybe something like
=MATCH(ABS(MIN(A1:M1)),A1:M1,0)

--
Regards
Roger Govier



"Lambchop" wrote in message
...
let me make a small note to this post. If my min is ($500,000) I wan
tto
find the first time the cash reaches $500,000 to the good.

"Lambchop" wrote:

I have a row of numbers that represent cash. I use the min function
to
find
the lowest amount my cash gets to which is a negative and the Hlookup
to
find
the corresponding date. Now I need to find the first time my cash
gets
positive that is equal to or greater than my min number. I tried
using
the
lookup function but it gives the amount that is less than the min. If
you
can help me with this I would appreciate it.








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
Question about IF juanpablo Excel Discussion (Misc queries) 4 April 19th 07 08:04 PM
Row() Question mldancing Excel Discussion (Misc queries) 3 April 16th 07 06:08 PM
Newbie Question - Subtraction Formula Question [email protected] Excel Discussion (Misc queries) 3 May 5th 06 05:50 PM
question vanchi233 New Users to Excel 2 February 8th 06 04:58 PM
The question is an excel question that I need to figure out howto do in excel. Terry Excel Worksheet Functions 3 January 23rd 06 06:22 PM


All times are GMT +1. The time now is 11:44 PM.

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"