Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
I have a sheet with 8 columns of various information - if whatever is written in A1 is listed in anywhere in Column F2:F720 (say F600) I want the corresponding cell (E600)in the e column to show I have tried a few ways but seem to missing a vital part. Any assistance as always appreciated :-) Thanks |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try
=INDEX(E2:E720,MATCH(A1,F2:F720,0)) If this post helps click Yes --------------- Jacob Skaria "Lise" wrote: Hi I have a sheet with 8 columns of various information - if whatever is written in A1 is listed in anywhere in Column F2:F720 (say F600) I want the corresponding cell (E600)in the e column to show I have tried a few ways but seem to missing a vital part. Any assistance as always appreciated :-) Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Filtering multiple criteria to get specific data | Excel Discussion (Misc queries) | |||
How do I find and copy rows based on specific criteria? | New Users to Excel | |||
add cells on multiple worksheets using specific criteria | Excel Worksheet Functions | |||
Copy data to another wb based on specific criteria | Excel Discussion (Misc queries) | |||
How do I Provide a specific result given multiple criteria? | Excel Worksheet Functions |