Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
I am wanting help on getting a formula to lookup column A and B. A has numbers and B has dates. I want a formula that will tell me when the amounts in Column A turn negative for the first time. Any help is appreciated. Thanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
{=MIN(IF(A1:A65500<0,RÆKKE(A1:A65500)))}
{} means u have to type CTRL+SHIFT+ENTER "Excel_Oz" skrev: Hi, I am wanting help on getting a formula to lookup column A and B. A has numbers and B has dates. I want a formula that will tell me when the amounts in Column A turn negative for the first time. Any help is appreciated. Thanks |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks, but I couldnt get that one to work.
|
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
sry try this
{=MIN(IF(A1:A65500<0,ROW(A1:A65500)))} "Excel_Oz" skrev: Thanks, but I couldnt get that one to work. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Converting Negative Number to Postive number | Excel Worksheet Functions | |||
negative number to positive number | Excel Discussion (Misc queries) | |||
Negative return in =DATEDIF function | Excel Discussion (Misc queries) | |||
return 0 instead of a negative # | Excel Discussion (Misc queries) | |||
2003= negative number&2004= negative number How Do I Calculate gro | Excel Worksheet Functions |