Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Bob is offline
external usenet poster
 
Posts: 972
Default Getting a cell reference when a value is less than 0

I have a set of monthly worksheets with dates in row 4
under each date (in row 7) I have a set of values that vary in numbers.

I would like a formula that would tell me the first date in each month (or
worksheet) that the numbers in row 7 are less than 0.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Getting a cell reference when a value is less than 0

Try this array formula**:

A4:F4 = dates
A7:F7 = numbers

=INDEX(A4:F4,MATCH(TRUE,A7:F7<0,0))

Format as DATE

** array formulas need to be entered using the key combination of
CTRL,SHIFT,ENTER (not just ENTER)

Biff

"Bob" wrote in message
...
I have a set of monthly worksheets with dates in row 4
under each date (in row 7) I have a set of values that vary in numbers.

I would like a formula that would tell me the first date in each month (or
worksheet) that the numbers in row 7 are less than 0.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Bob is offline
external usenet poster
 
Posts: 972
Default Getting a cell reference when a value is less than 0

Worked like a charm. Thank you.

"T. Valko" wrote:

Try this array formula**:

A4:F4 = dates
A7:F7 = numbers

=INDEX(A4:F4,MATCH(TRUE,A7:F7<0,0))

Format as DATE

** array formulas need to be entered using the key combination of
CTRL,SHIFT,ENTER (not just ENTER)

Biff

"Bob" wrote in message
...
I have a set of monthly worksheets with dates in row 4
under each date (in row 7) I have a set of values that vary in numbers.

I would like a formula that would tell me the first date in each month (or
worksheet) that the numbers in row 7 are less than 0.




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Getting a cell reference when a value is less than 0

You're welcome. Thanks for the feedback!

Biff

"Bob" wrote in message
...
Worked like a charm. Thank you.

"T. Valko" wrote:

Try this array formula**:

A4:F4 = dates
A7:F7 = numbers

=INDEX(A4:F4,MATCH(TRUE,A7:F7<0,0))

Format as DATE

** array formulas need to be entered using the key combination of
CTRL,SHIFT,ENTER (not just ENTER)

Biff

"Bob" wrote in message
...
I have a set of monthly worksheets with dates in row 4
under each date (in row 7) I have a set of values that vary in numbers.

I would like a formula that would tell me the first date in each month
(or
worksheet) that the numbers in row 7 are less than 0.






  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Bob is offline
external usenet poster
 
Posts: 972
Default Getting a cell reference when a value is less than 0

Any way to get this across multiple worksheets (I have 9).

I have one worksheet with the results and would like to hide the nine
worksheets with the dates and numbers.


"T. Valko" wrote:

You're welcome. Thanks for the feedback!

Biff

"Bob" wrote in message
...
Worked like a charm. Thank you.

"T. Valko" wrote:

Try this array formula**:

A4:F4 = dates
A7:F7 = numbers

=INDEX(A4:F4,MATCH(TRUE,A7:F7<0,0))

Format as DATE

** array formulas need to be entered using the key combination of
CTRL,SHIFT,ENTER (not just ENTER)

Biff

"Bob" wrote in message
...
I have a set of monthly worksheets with dates in row 4
under each date (in row 7) I have a set of values that vary in numbers.

I would like a formula that would tell me the first date in each month
(or
worksheet) that the numbers in row 7 are less than 0.









  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Getting a cell reference when a value is less than 0

Not that I know of.

Biff

"Bob" wrote in message
...
Any way to get this across multiple worksheets (I have 9).

I have one worksheet with the results and would like to hide the nine
worksheets with the dates and numbers.


"T. Valko" wrote:

You're welcome. Thanks for the feedback!

Biff

"Bob" wrote in message
...
Worked like a charm. Thank you.

"T. Valko" wrote:

Try this array formula**:

A4:F4 = dates
A7:F7 = numbers

=INDEX(A4:F4,MATCH(TRUE,A7:F7<0,0))

Format as DATE

** array formulas need to be entered using the key combination of
CTRL,SHIFT,ENTER (not just ENTER)

Biff

"Bob" wrote in message
...
I have a set of monthly worksheets with dates in row 4
under each date (in row 7) I have a set of values that vary in
numbers.

I would like a formula that would tell me the first date in each
month
(or
worksheet) that the numbers in row 7 are less than 0.









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
Nesting a sheet name reference within a cell reference??? Broyston Excel Discussion (Misc queries) 9 July 8th 08 08:35 PM
Formulas that reference cells that reference another cell Andrea Excel Discussion (Misc queries) 7 October 19th 06 08:14 AM
absolute cell reference A spreadsheet cell reference that does no help Excel Discussion (Misc queries) 1 January 18th 06 06:56 PM
problem with cell reference in =sum(offset(cell reference,x,y,z,a)). Want cell ref to be variable. [email protected] Excel Worksheet Functions 2 December 11th 04 12:05 AM
Problem with =sum(offset(cell reference,w,x,y,z). I want cell reference to be variable [email protected] Excel Worksheet Functions 2 December 11th 04 12:00 AM


All times are GMT +1. The time now is 05:03 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"