Most Welcome Bro..

On Tue, Jul 31, 2012 at 5:27 PM, Jorge Marques <leote.w...@gmail.com> wrote:

> Nice :), I use a lot IFERROR, I´ll do it with ISNA, keeping it simple.
> thank you very much.
>
>
> 2012/7/31 NOORAIN ANSARI <noorain.ans...@gmail.com>
>
>> Dear Jorge,
>>
>> The #N/A error happens most often when a lookup function cannot find a
>> result. You can manually remove the all of your #N/As or you can stop them
>> in your original formula. A simple and effective way of trapping the #N/A
>> errors and replacing them with whatever you would like is to use the ISNA()
>> function.
>>
>> ISNA() is a simple function that checks to see if a cell contains N/A. If
>> it does it returns TRUE, if not it returns FALSE. For example, cell A1 has
>> #N/A, in B1 you type ISNA(A1). The result would be TRUE. We can use this
>> function in conjunction with other functions to test if a result will be NA
>> before we see the result. For Example:
>>
>> =VLOOKUP(E4,$A$4:$B$6,2,FALSE)
>>
>> The function above looks in the table a4:b6 for whatever is in E4, if it
>> finds it, it returns a result from column 2 of the table. If it does not
>> find a result, it returns #N/A. We can stop the results from showing #N/A
>> by using ISNA as below:
>>
>> =IF(ISNA(VLOOKUP(E4,$A$4:$B$6,2,FALSE)),“”,VLOOKUP(E4,$A$4:$B$6,2,FALSE))
>>
>> The formula above shows the result in the highlighted red section rather
>> than #N/A. In this case it is showing a NULL (“”).
>>
>>
>> --
>> With Regards,
>> Noorain Ansari
>> http:// 
>> <http://www.noorainansari.com>noorainansari.com<http://www.noorainansari.com>
>> http:// <http://www.excelvbaclinic.blogspot.com>
>> excelvbaclinic.blogspot.com <http://www.excelvbaclinic.blogspot.com>
>> http://accesssqclinic.blogspot.in/
>>
>>
>> On Tue, Jul 31, 2012 at 5:11 PM, Jorge Marques <leote.w...@gmail.com>wrote:
>>
>>> Noorain what does exactly "ISNA"? I used
>>> +IFERROR(IF(MATCH($C6;$A$4:$A$11;0);D1;"");E1) is it the same principle for
>>> IFerror?
>>>
>>>
>>> 2012/7/31 Hilary Lomotey <resp...@gmail.com>
>>>
>>>> Perfect, thanks Noorain, it works
>>>>
>>>>
>>>> On Tue, Jul 31, 2012 at 10:24 AM, NOORAIN ANSARI <
>>>> noorain.ans...@gmail.com> wrote:
>>>>
>>>>> Hi Hilary,
>>>>>
>>>>> Please try it..
>>>>>
>>>>> *=+IF(ISNA(MATCH(C4,$A$4:$A$6,0)),E1,D1)*
>>>>> Hope it help to you.
>>>>>
>>>>> see the attached sheet.
>>>>>
>>>>> On Tue, Jul 31, 2012 at 3:50 PM, Hilary Lomotey <resp...@gmail.com>wrote:
>>>>>
>>>>>> Thnks Marques, but not sure i follow your suggestion, can  you be
>>>>>> more explicit. thanks
>>>>>>
>>>>>>
>>>>>> On Tue, Jul 31, 2012 at 10:06 AM, Jorge Marques <leote.w...@gmail.com
>>>>>> > wrote:
>>>>>>
>>>>>>> Do you the C4 to CX if it founds the value on column A it returns D1
>>>>>>> else if the C4 to Cx isn´t on column A returns E1?
>>>>>>>
>>>>>>>
>>>>>>> 2012/7/31 Hilary Lomotey <resp...@gmail.com>
>>>>>>>
>>>>>>>> Hello Experts
>>>>>>>>
>>>>>>>> is there another way to write an OR formula . Example, i want to
>>>>>>>> exempt some people from say tax, so i list them and write a formula 
>>>>>>>> that
>>>>>>>> +IF(OR(C4=$A$4,C4=$A$5,C4=$A$6),D1,E1). But this can be painful if the 
>>>>>>>> list
>>>>>>>> is long, i tried using +IF(C4=$A$4:$A$17,D1,E1), but it only gets it 
>>>>>>>> write
>>>>>>>> for the first word, the rest comes out wrong, is there an alternative
>>>>>>>> formula to this. thanks
>>>>>>>>
>>>>>>>> --
>>>>>>>> FORUM RULES (986+ members already BANNED for violation)
>>>>>>>>
>>>>>>>> 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) Cross-promotion of, or links to, forums competitive to this
>>>>>>>> forum in signatures are prohibited.
>>>>>>>>
>>>>>>>> NOTE : Don't ever post personal or confidential data in a workbook.
>>>>>>>> Forum owners and members are not responsible for any loss.
>>>>>>>>
>>>>>>>>
>>>>>>>> ------------------------------------------------------------------------------------------------------
>>>>>>>> To post to this group, send email to excel-macros@googlegroups.com
>>>>>>>>
>>>>>>>> To unsubscribe, send a blank email to
>>>>>>>> excel-macros+unsubscr...@googlegroups.com
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>  --
>>>>>>> FORUM RULES (986+ members already BANNED for violation)
>>>>>>>
>>>>>>> 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) Cross-promotion of, or links to, forums competitive to this forum
>>>>>>> in signatures are prohibited.
>>>>>>>
>>>>>>> NOTE : Don't ever post personal or confidential data in a workbook.
>>>>>>> Forum owners and members are not responsible for any loss.
>>>>>>>
>>>>>>>
>>>>>>> ------------------------------------------------------------------------------------------------------
>>>>>>> To post to this group, send email to excel-macros@googlegroups.com
>>>>>>>
>>>>>>> To unsubscribe, send a blank email to
>>>>>>> excel-macros+unsubscr...@googlegroups.com
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>  --
>>>>>> FORUM RULES (986+ members already BANNED for violation)
>>>>>>
>>>>>> 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) Cross-promotion of, or links to, forums competitive to this forum
>>>>>> in signatures are prohibited.
>>>>>>
>>>>>> NOTE : Don't ever post personal or confidential data in a workbook.
>>>>>> Forum owners and members are not responsible for any loss.
>>>>>>
>>>>>>
>>>>>> ------------------------------------------------------------------------------------------------------
>>>>>> To post to this group, send email to excel-macros@googlegroups.com
>>>>>>
>>>>>> To unsubscribe, send a blank email to
>>>>>> excel-macros+unsubscr...@googlegroups.com
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>  --
>>>>> FORUM RULES (986+ members already BANNED for violation)
>>>>>
>>>>> 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) Cross-promotion of, or links to, forums competitive to this forum
>>>>> in signatures are prohibited.
>>>>>
>>>>> NOTE : Don't ever post personal or confidential data in a workbook.
>>>>> Forum owners and members are not responsible for any loss.
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------------------------------
>>>>> To post to this group, send email to excel-macros@googlegroups.com
>>>>>
>>>>> To unsubscribe, send a blank email to
>>>>> excel-macros+unsubscr...@googlegroups.com
>>>>>
>>>>>
>>>>>
>>>>
>>>>  --
>>>> FORUM RULES (986+ members already BANNED for violation)
>>>>
>>>> 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) Cross-promotion of, or links to, forums competitive to this forum in
>>>> signatures are prohibited.
>>>>
>>>> NOTE : Don't ever post personal or confidential data in a workbook.
>>>> Forum owners and members are not responsible for any loss.
>>>>
>>>>
>>>> ------------------------------------------------------------------------------------------------------
>>>> To post to this group, send email to excel-macros@googlegroups.com
>>>>
>>>> To unsubscribe, send a blank email to
>>>> excel-macros+unsubscr...@googlegroups.com
>>>>
>>>>
>>>>
>>>
>>>  --
>>> FORUM RULES (986+ members already BANNED for violation)
>>>
>>> 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) Cross-promotion of, or links to, forums competitive to this forum in
>>> signatures are prohibited.
>>>
>>> NOTE : Don't ever post personal or confidential data in a workbook.
>>> Forum owners and members are not responsible for any loss.
>>>
>>>
>>> ------------------------------------------------------------------------------------------------------
>>> To post to this group, send email to excel-macros@googlegroups.com
>>>
>>> To unsubscribe, send a blank email to
>>> excel-macros+unsubscr...@googlegroups.com
>>>
>>>
>>>
>>
>>
>>
>> --
>> With Regards,
>> Noorain Ansari
>> http:// 
>> <http://www.noorainansari.com>noorainansari.com<http://www.noorainansari.com>
>> http:// <http://www.excelvbaclinic.blogspot.com>
>> excelvbaclinic.blogspot.com <http://www.excelvbaclinic.blogspot.com>
>> http://accesssqclinic.blogspot.in/
>>
>>
>>
>>
>>  --
>> FORUM RULES (986+ members already BANNED for violation)
>>
>> 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) Cross-promotion of, or links to, forums competitive to this forum in
>> signatures are prohibited.
>>
>> NOTE : Don't ever post personal or confidential data in a workbook. Forum
>> owners and members are not responsible for any loss.
>>
>>
>> ------------------------------------------------------------------------------------------------------
>> To post to this group, send email to excel-macros@googlegroups.com
>>
>> To unsubscribe, send a blank email to
>> excel-macros+unsubscr...@googlegroups.com
>>
>>
>>
>
>  --
> FORUM RULES (986+ members already BANNED for violation)
>
> 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) Cross-promotion of, or links to, forums competitive to this forum in
> signatures are prohibited.
>
> NOTE : Don't ever post personal or confidential data in a workbook. Forum
> owners and members are not responsible for any loss.
>
>
> ------------------------------------------------------------------------------------------------------
> To post to this group, send email to excel-macros@googlegroups.com
>
> To unsubscribe, send a blank email to
> excel-macros+unsubscr...@googlegroups.com
>
>
>



-- 
With Regards,
Noorain Ansari
http:// 
<http://www.noorainansari.com>noorainansari.com<http://www.noorainansari.com>
http:// 
<http://www.excelvbaclinic.blogspot.com>excelvbaclinic.blogspot.com<http://www.excelvbaclinic.blogspot.com>
http://accesssqclinic.blogspot.in/

-- 
FORUM RULES (986+ members already BANNED for violation)

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)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

------------------------------------------------------------------------------------------------------
To post to this group, send email to excel-macros@googlegroups.com

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com


Reply via email to