Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello thanx for your previous reply, I figured it out, but what happens if
the number does not appear in either Column B or C.....? No I would appreciate a similar formula, which looks for the nearest number compared to the 17 (for instance 18 in the example below). In this example the first time 17 or higher is hit is 25-07-07 in Column B and 28-04-07 in Column C. A B C --------------------------------------------- 23-04-07 10 8 24-04-07 16 9 25-04-07 23 11 26-04-07 28 12 27-04-07 35 15 28-04-07 40 19 Can you please help again? -- ** Fool on the hill ** "Jaydubs" wrote: Unfortunately I am working with a dutch version, so I need to translate some key elements in the formula. What is ? INDEX ISNA MATCH -- ** Fool on the hill ** "Toppers" wrote: If D2=17 then: =IF(ISNA(INDEX($A$1:$A$6,MATCH(D2,$B$1:$B$6,0)))," ",INDEX($A$1:$A$6,MATCH(D2,$B$1:$B$6,0))) =IF(ISNA(INDEX($A$1:$A$6,MATCH(D2,$C$1:$C$6,0)))," ",INDEX($A$1:$A$6,MATCH(D2,$C$1:$C$6,0))) HTH "Jaydubs" wrote: Dear Excel(lent) users, I have a sheet in which I have the following columns: A : Date B: Number range, cummulatif +3 (positive estimation) C: Number range, cummulatif -2 (negative estimation) Now I want to know the following: I want to know the date in A, which is the first date a certain number is shown in Column B. For instance: A B C --------------------------------------------- 23-04-07 10 8 24-04-07 17 9 25-04-07 23 11 26-04-07 28 12 27-04-07 35 15 28-04-07 40 17 etc etc The first time the number 17 appears in column B is on 24-04-07 so I want that date as a return, the first time the number 17 appears in column C is on 28-04-07 so I want that date as a return. Can you please help me ?? -- ** Fool on the hill ** |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
See my reply to your earlier posting ... and please avoid duplicate postings.
"Jaydubs" wrote: Hello thanx for your previous reply, I figured it out, but what happens if the number does not appear in either Column B or C.....? No I would appreciate a similar formula, which looks for the nearest number compared to the 17 (for instance 18 in the example below). In this example the first time 17 or higher is hit is 25-07-07 in Column B and 28-04-07 in Column C. A B C --------------------------------------------- 23-04-07 10 8 24-04-07 16 9 25-04-07 23 11 26-04-07 28 12 27-04-07 35 15 28-04-07 40 19 Can you please help again? -- ** Fool on the hill ** "Jaydubs" wrote: Unfortunately I am working with a dutch version, so I need to translate some key elements in the formula. What is ? INDEX ISNA MATCH -- ** Fool on the hill ** "Toppers" wrote: If D2=17 then: =IF(ISNA(INDEX($A$1:$A$6,MATCH(D2,$B$1:$B$6,0)))," ",INDEX($A$1:$A$6,MATCH(D2,$B$1:$B$6,0))) =IF(ISNA(INDEX($A$1:$A$6,MATCH(D2,$C$1:$C$6,0)))," ",INDEX($A$1:$A$6,MATCH(D2,$C$1:$C$6,0))) HTH "Jaydubs" wrote: Dear Excel(lent) users, I have a sheet in which I have the following columns: A : Date B: Number range, cummulatif +3 (positive estimation) C: Number range, cummulatif -2 (negative estimation) Now I want to know the following: I want to know the date in A, which is the first date a certain number is shown in Column B. For instance: A B C --------------------------------------------- 23-04-07 10 8 24-04-07 17 9 25-04-07 23 11 26-04-07 28 12 27-04-07 35 15 28-04-07 40 17 etc etc The first time the number 17 appears in column B is on 24-04-07 so I want that date as a return, the first time the number 17 appears in column C is on 28-04-07 so I want that date as a return. Can you please help me ?? -- ** Fool on the hill ** |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Yes, you are quite right, sorry !
-- ** Fool on the hill ** "Toppers" wrote: See my reply to your earlier posting ... and please avoid duplicate postings. "Jaydubs" wrote: Hello thanx for your previous reply, I figured it out, but what happens if the number does not appear in either Column B or C.....? No I would appreciate a similar formula, which looks for the nearest number compared to the 17 (for instance 18 in the example below). In this example the first time 17 or higher is hit is 25-07-07 in Column B and 28-04-07 in Column C. A B C --------------------------------------------- 23-04-07 10 8 24-04-07 16 9 25-04-07 23 11 26-04-07 28 12 27-04-07 35 15 28-04-07 40 19 Can you please help again? -- ** Fool on the hill ** "Jaydubs" wrote: Unfortunately I am working with a dutch version, so I need to translate some key elements in the formula. What is ? INDEX ISNA MATCH -- ** Fool on the hill ** "Toppers" wrote: If D2=17 then: =IF(ISNA(INDEX($A$1:$A$6,MATCH(D2,$B$1:$B$6,0)))," ",INDEX($A$1:$A$6,MATCH(D2,$B$1:$B$6,0))) =IF(ISNA(INDEX($A$1:$A$6,MATCH(D2,$C$1:$C$6,0)))," ",INDEX($A$1:$A$6,MATCH(D2,$C$1:$C$6,0))) HTH "Jaydubs" wrote: Dear Excel(lent) users, I have a sheet in which I have the following columns: A : Date B: Number range, cummulatif +3 (positive estimation) C: Number range, cummulatif -2 (negative estimation) Now I want to know the following: I want to know the date in A, which is the first date a certain number is shown in Column B. For instance: A B C --------------------------------------------- 23-04-07 10 8 24-04-07 17 9 25-04-07 23 11 26-04-07 28 12 27-04-07 35 15 28-04-07 40 17 etc etc The first time the number 17 appears in column B is on 24-04-07 so I want that date as a return, the first time the number 17 appears in column C is on 28-04-07 so I want that date as a return. Can you please help me ?? -- ** Fool on the hill ** |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pulling Data off Web - Need Function Help | Excel Worksheet Functions | |||
time sheet drop down lists | Excel Discussion (Misc queries) | |||
Return SEARCHED Column Number of Numeric Label and Value | Excel Worksheet Functions | |||
Convert a number to a time | Excel Discussion (Misc queries) | |||
How to return a dollar value for a part number entered in a cell | Excel Worksheet Functions |