Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 27
Default lookup specific value in a column and show it in a new cell


Sorry but I couldn't find this. I need a formula that finds a date (shown as
text) 08 2008 in range e.g. A1:A100 and if found, this should be placed in a
new cell of other column. If not found then the cell should remain blank. I
have tried if function but didn't work for me.
Any help appreciated.
Piotr
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default lookup specific value in a column and show it in a new cell

Put this in the cell where you want the result:

=IF(ISNA(MATCH("08 2008",A$1:A$100,0)),"","08 2008")

Of course, you could put 08 2008 in another cell, eg D1, then you can
have:

=IF(ISNA(MATCH(D1,A$1:A$100,0)),"",D1)

Hope this helps.

Pete

On Sep 4, 9:23*pm, Piotr (Peter)
wrote:
Sorry but I couldn't find this. I need a formula that finds a date (shown as
text) 08 2008 in range e.g. A1:A100 and if found, this should be placed in a
new cell of other column. If not found then the cell should remain blank. I
have tried if function but didn't work for me.
Any help appreciated.
Piotr


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 27
Default lookup specific value in a column and show it in a new cell

Hi,
Thanks Pete. Fantastic.Works like a charm:)

"Pete_UK" wrote:

Put this in the cell where you want the result:

=IF(ISNA(MATCH("08 2008",A$1:A$100,0)),"","08 2008")

Of course, you could put 08 2008 in another cell, eg D1, then you can
have:

=IF(ISNA(MATCH(D1,A$1:A$100,0)),"",D1)

Hope this helps.

Pete

On Sep 4, 9:23 pm, Piotr (Peter)
wrote:
Sorry but I couldn't find this. I need a formula that finds a date (shown as
text) 08 2008 in range e.g. A1:A100 and if found, this should be placed in a
new cell of other column. If not found then the cell should remain blank. I
have tried if function but didn't work for me.
Any help appreciated.
Piotr



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default lookup specific value in a column and show it in a new cell

You're welcome - thanks for feeding back.

Pete

On Sep 5, 8:24*am, Piotr (Peter)
wrote:
Hi,
Thanks Pete. Fantastic.Works like a charm:)



"Pete_UK" wrote:
Put this in the cell where you want the result:


=IF(ISNA(MATCH("08 2008",A$1:A$100,0)),"","08 2008")


Of course, you could put 08 2008 in another cell, eg D1, then you can
have:


=IF(ISNA(MATCH(D1,A$1:A$100,0)),"",D1)


Hope this helps.


Pete


On Sep 4, 9:23 pm, Piotr (Peter)
wrote:
Sorry but I couldn't find this. I need a formula that finds a date (shown as
text) 08 2008 in range e.g. A1:A100 and if found, this should be placed in a
new cell of other column. If not found then the cell should remain blank. I
have tried if function but didn't work for me.
Any help appreciated.
Piotr- Hide quoted text -


- Show quoted text -


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
Lookup to Show Empty Cell RoadKill Excel Worksheet Functions 5 March 28th 08 01:51 AM
first cell in a column with a specific value mpierre Excel Worksheet Functions 3 December 10th 06 08:09 PM
Exclude specific cell from entire column Dn_ New Users to Excel 2 March 30th 06 09:23 PM
show name when a cell has specific word Noemi Excel Discussion (Misc queries) 1 October 24th 05 09:29 AM
How can I do a lookup to a specific cell on multiple worksheets? Ray Stubblefield Excel Worksheet Functions 6 March 4th 05 12:43 PM


All times are GMT +1. The time now is 02:34 AM.

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"