Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
sunflower
 
Posts: n/a
Default want blank - not #N/A

Newbie needs Help Please

I have the following formula
=MATCH(D12,'Holiday Date'!$A$1:$A$8,0)

which works if there is a match,
When there is not a match, I get #N/A
I would like the cell to be blank when no match is found

any help much appreciated

  #2   Report Post  
RagDyeR
 
Posts: n/a
Default

Try this:

=IF(ISNA(MATCH(D12,'Holiday Date'!$A$1:$A$8,0)),"",MATCH(D12,'Holiday
Date'!$A$1:$A$8,0))
--

HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================


"sunflower" wrote in message
...
Newbie needs Help Please

I have the following formula
=MATCH(D12,'Holiday Date'!$A$1:$A$8,0)

which works if there is a match,
When there is not a match, I get #N/A
I would like the cell to be blank when no match is found

any help much appreciated


  #3   Report Post  
Anne Troy
 
Posts: n/a
Default

=IF(ISNA(MATCH(D12,'Holiday Date'!$A$1:$A$8,0),"",MATCH(D12,'Holiday
Date'!$A$1:$A$8,0))
*******************
~Anne Troy

www.OfficeArticles.com
www.MyExpertsOnline.com


"sunflower" wrote in message
...
Newbie needs Help Please

I have the following formula
=MATCH(D12,'Holiday Date'!$A$1:$A$8,0)

which works if there is a match,
When there is not a match, I get #N/A
I would like the cell to be blank when no match is found

any help much appreciated



  #4   Report Post  
sunflower
 
Posts: n/a
Default

THANK YOU
Works like a charm!



Anne Troy wrote:

=IF(ISNA(MATCH(D12,'Holiday Date'!$A$1:$A$8,0),"",MATCH(D12,'Holiday
Date'!$A$1:$A$8,0))
*******************
~Anne Troy

www.OfficeArticles.com
www.MyExpertsOnline.com


"sunflower" wrote in message
...

Newbie needs Help Please

I have the following formula
=MATCH(D12,'Holiday Date'!$A$1:$A$8,0)

which works if there is a match,
When there is not a match, I get #N/A
I would like the cell to be blank when no match is found

any help much appreciated





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
Counting blank and filled cells within a range. greg7468 Excel Discussion (Misc queries) 3 June 28th 05 10:41 PM
How to delete blank rows John Mansfield Excel Discussion (Misc queries) 3 April 27th 05 11:48 PM
blank cell turns to 0 LMB New Users to Excel 2 April 25th 05 03:57 PM
blank cells R.VENKATARAMAN Excel Discussion (Misc queries) 1 April 6th 05 10:25 AM
VLOOKUP, OFFSET, MATCH PROBLEM, HELP? Steve Excel Worksheet Functions 0 January 30th 05 09:11 PM


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