Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Hi everybody , and a good day ! A B C D E row 1 1 2 3 4 5 row 2 2 4 7 1 88 row 3 row 4 I need a function or formula , which if in row 2 , range A2:E2 , the value is 1 (for eg.) , to return me the value of above cell of the value I look for ; In this case , to return value 4 ; If I look for value 88 in row 2 , range A2:E2 , to return 5 . Thank you very much for your knowledge share . |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
for 88
=OFFSET(A2,-1,MATCH(88,A2:E2,)-1) On 2 Cze, 12:17, ytayta555 wrote: Hi everybody , and a good day ! * * * * * *A * * B * * C * * D * *E row 1 * *1 * * 2 * * 3 * * *4 * * 5 row 2 * *2 * * 4 * * 7 * * *1 * *88 row 3 row 4 I need a function or formula , which if in *row 2 , range A2:E2 , the value is 1 (for eg.) *, to return me the value of above cell of the *value I look for ; In this case , to return value 4 ; If I look for value 88 in row 2 , range A2:E2 , to return 5 . Thank you very much for your knowledge share . |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On 2 Iun, 13:37, Jarek Kujawa wrote:
for 88 =OFFSET(A2,-1,MATCH(88,A2:E2,)-1) It work perfect !! You're great , Thanks so much ! |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
pls click YES if it helped
thks for the feedback On 2 Cze, 12:50, ytayta555 wrote: On 2 Iun, 13:37, Jarek Kujawa wrote: for 88 =OFFSET(A2,-1,MATCH(88,A2:E2,)-1) It work perfect !! You're great , Thanks so much ! |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Please understand.
Saying "pls click YES ..." is a waste of your time and ours unless the person to whom you are replying happens also to be posting his message through Microsoft's web interface to the newsgroup. For the rest of us who post to the newsgroup by more conventional means, the talk of a YES button is meaningless, and for newer contributors to the group it is confusing. -- David Biddulph "Jarek Kujawa" wrote in message ... pls click YES if it helped thks for the feedback On 2 Cze, 12:50, ytayta555 wrote: On 2 Iun, 13:37, Jarek Kujawa wrote: for 88 =OFFSET(A2,-1,MATCH(88,A2:E2,)-1) It work perfect !! You're great , Thanks so much ! |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I DO understand that
Now "Please understand" Dave I did not mean to waste YOUR time though I think you're wasting it to frequently for posting meaningless comments to my posts thanks anyway don't click YES if it helped On 2 Cze, 14:06, "David Biddulph" <groups [at] biddulph.org.uk wrote: Please understand. Saying "pls click YES ..." is a waste of your time and ours unless the person to whom you are replying happens also to be posting his message through Microsoft's web interface to the newsgroup. *For the rest of us who post to the newsgroup by more conventional means, the talk of a YES button is meaningless, and for newer contributors to the group it is confusing. -- David Biddulph "Jarek Kujawa" wrote in message ... pls click YES if it helped thks for the feedback On 2 Cze, 12:50, ytayta555 wrote: On 2 Iun, 13:37, Jarek Kujawa wrote: for 88 =OFFSET(A2,-1,MATCH(88,A2:E2,)-1) It work perfect !! You're great , Thanks so much !- Ukryj cytowany tekst - - Pokaż cytowany tekst - |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do I change cell colour to show function used | Excel Worksheet Functions | |||
Using if function to show blank when cell in other sheet is empty | Excel Worksheet Functions | |||
Is there a function to show if cell/row(X:Y) is hidden? or width? | Excel Worksheet Functions | |||
Help with Formula,reulsts show in Function, not in Spreadsheet? | Excel Worksheet Functions | |||
#VALUE in cell but pop up function box show right number | Excel Discussion (Misc queries) |