Depends on the version.  If you have 2010 or later you can use:

Iferror(the formula,"")

For earlier versions you use

If(iserror(the formula),"",the formula)

But both of these only work on the vl;ookup formulas.  They will not work
in columns B, and H-L.  For these you will need on row 7

If(A7="","",the formula)

I hope this is clear.

Regards
David Grugeon



On 17 May 2013 10:50, Christopher Kevin <christopher....@gmail.com> wrote:

> David, thank you it worked perfectly, however, when I use the fill handle
> to drag and fill down I ended up with 0, #NA and 0/01/1900 on the filled
> row. How do I use IF(ISERROR ( function to get rid of 0, #NA and 0/01/1900??
>
> Once again thanks for any help.
>
> Chris
>
>
> On Thu, May 16, 2013 at 4:26 PM, Christopher Kevin <
> christopher....@gmail.com> wrote:
>
>> David, thank you very much for the help and I will go through the file
>> and update...
>>
>> Thanks
>>
>> Chris
>>
>> On 5/16/13, David Grugeon <da...@grugeon.com.au> wrote:
>> > Sorry - Attachment here
>> >
>> > Regards
>> > David Grugeon
>> >
>> >
>> >
>> > On 16 May 2013 13:12, David Grugeon <da...@grugeon.com.au> wrote:
>> >
>> >> Easier with formulas - see attached.  I had to change the ID for ABC
>> from
>> >> FR002 to FR001 to match the details.  Also I did not get the swapped
>> >> items
>> >> in the last 2 rows shown in your combined.
>> >>
>> >> Regards
>> >> David Grugeon
>> >>
>> >>
>> >>
>> >> On 16 May 2013 12:38, Christopher Kevin <christopher....@gmail.com>
>> >> wrote:
>> >>
>> >>> Dear Experts,
>> >>>
>> >>>  Can Anyone help me on the following.
>> >>>
>> >>>  I want to combine all columns from MasterRaw and DetailsRaw into as
>> >>>  shown in CombinedRaw Sheet. Is it possible to use Excel VBA or
>> >>>  Formula??? However would prefer VBA. Please see attached sheet.
>> >>>
>> >>>  Please help me on this. I desperately need help on this..
>> >>>
>> >>>  Thanks for any help.
>> >>>  Chris
>> >>>
>> >>>  --
>> >>>
>> >>> --
>> >>> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be?
>> >>> It’s
>> >>> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
>> >>> https://www.facebook.com/discussexcel
>> >>>
>> >>> FORUM RULES
>> >>>
>> >>> 1) Use concise, accurate thread titles. Poor thread titles, like
>> Please
>> >>> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need
>> Advice
>> >>> will not get quick attention or may not be answered.
>> >>> 2) Don't post a question in the thread of another member.
>> >>> 3) Don't post questions regarding breaking or bypassing any security
>> >>> measure.
>> >>> 4) Acknowledge the responses you receive, good or bad.
>> >>> 5) Jobs posting is not allowed.
>> >>> 6) Sharing copyrighted material and their links is not allowed.
>> >>>
>> >>> NOTE  : Don't ever post confidential data in a workbook. Forum owners
>> >>> and
>> >>> members are not responsible for any loss.
>> >>> ---
>> >>> You received this message because you are subscribed to the Google
>> >>> Groups
>> >>> "MS EXCEL AND VBA MACROS" group.
>> >>> To unsubscribe from this group and stop receiving emails from it, send
>> >>> an
>> >>> email to excel-macros+unsubscr...@googlegroups.com.
>> >>> To post to this group, send email to excel-macros@googlegroups.com.
>> >>> Visit this group at http://groups.google.com/group/excel-macros?hl=en
>> .
>> >>> For more options, visit https://groups.google.com/groups/opt_out.
>> >>>
>> >>>
>> >>>
>> >>
>> >
>> > --
>> > Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be?
>> It’s
>> > =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
>> > https://www.facebook.com/discussexcel
>> >
>> > FORUM RULES
>> >
>> > 1) Use concise, accurate thread titles. Poor thread titles, like Please
>> > Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
>> will
>> > not get quick attention or may not be answered.
>> > 2) Don't post a question in the thread of another member.
>> > 3) Don't post questions regarding breaking or bypassing any security
>> > measure.
>> > 4) Acknowledge the responses you receive, good or bad.
>> > 5) Jobs posting is not allowed.
>> > 6) Sharing copyrighted material and their links is not allowed.
>> >
>> > NOTE  : Don't ever post confidential data in a workbook. Forum owners
>> and
>> > members are not responsible for any loss.
>> > ---
>> > You received this message because you are subscribed to the Google
>> Groups
>> > "MS EXCEL AND VBA MACROS" group.
>> > To unsubscribe from this group and stop receiving emails from it, send
>> an
>> > email to excel-macros+unsubscr...@googlegroups.com.
>> > To post to this group, send email to excel-macros@googlegroups.com.
>> > Visit this group at http://groups.google.com/group/excel-macros?hl=en.
>> > For more options, visit https://groups.google.com/groups/opt_out.
>> >
>> >
>> >
>>
>
>  --
> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
> https://www.facebook.com/discussexcel
>
> FORUM RULES
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
> 2) Don't post a question in the thread of another member.
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
> 4) Acknowledge the responses you receive, good or bad.
> 5) Jobs posting is not allowed.
> 6) Sharing copyrighted material and their links is not allowed.
>
> NOTE : Don't ever post confidential data in a workbook. Forum owners and
> members are not responsible for any loss.
> ---
> You received this message because you are subscribed to the Google Groups
> "MS EXCEL AND VBA MACROS" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to excel-macros+unsubscr...@googlegroups.com.
> To post to this group, send email to excel-macros@googlegroups.com.
> Visit this group at http://groups.google.com/group/excel-macros?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups "MS 
EXCEL AND VBA MACROS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to excel-macros+unsubscr...@googlegroups.com.
To post to this group, send email to excel-macros@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to