PC Review


Reply
Thread Tools Rate Thread

Currency formula

 
 
nishkrish
Guest
Posts: n/a
 
      19th Feb 2009
I have a currency column when i put formula it shows error #Name

formula i have is =if(e2=INR,"INDIA","OTHERS")

sir can you please help me
--
Nisha P
 
Reply With Quote
 
 
 
 
Fred Smith
Guest
Posts: n/a
 
      19th Feb 2009
With your formula, Excel is looking for the range INR. Do you have such a
named range? Or did you mean:
=if(e2="INR","INDIA","OTHERS")

Regards,
Fred

"nishkrish" <(E-Mail Removed)> wrote in message
news9F46D94-C7B9-490E-BCF1-(E-Mail Removed)...
>I have a currency column when i put formula it shows error #Name
>
> formula i have is =if(e2=INR,"INDIA","OTHERS")
>
> sir can you please help me
> --
> Nisha P


 
Reply With Quote
 
Niek Otten
Guest
Posts: n/a
 
      19th Feb 2009
=if(e2="INR","INDIA","OTHERS")

--
Kind regards,

Niek Otten
Microsoft MVP - Excel


"nishkrish" <(E-Mail Removed)> wrote in message
news9F46D94-C7B9-490E-BCF1-(E-Mail Removed)...
>I have a currency column when i put formula it shows error #Name
>
> formula i have is =if(e2=INR,"INDIA","OTHERS")
>
> sir can you please help me
> --
> Nisha P


 
Reply With Quote
 
Bob Phillips
Guest
Posts: n/a
 
      19th Feb 2009
=if(e2="INR","INDIA","OTHERS")


--
__________________________________
HTH

Bob

"nishkrish" <(E-Mail Removed)> wrote in message
news9F46D94-C7B9-490E-BCF1-(E-Mail Removed)...
>I have a currency column when i put formula it shows error #Name
>
> formula i have is =if(e2=INR,"INDIA","OTHERS")
>
> sir can you please help me
> --
> Nisha P



 
Reply With Quote
 
nishkrish
Guest
Posts: n/a
 
      19th Feb 2009
I guess there is something wrong in what i am trying to do actually the e2
column has currency and i want to check if the currency is EUR or $ it should
show others or else INDIA.
--
Nisha P


"Fred Smith" wrote:

> With your formula, Excel is looking for the range INR. Do you have such a
> named range? Or did you mean:
> =if(e2="INR","INDIA","OTHERS")
>
> Regards,
> Fred
>
> "nishkrish" <(E-Mail Removed)> wrote in message
> news9F46D94-C7B9-490E-BCF1-(E-Mail Removed)...
> >I have a currency column when i put formula it shows error #Name
> >
> > formula i have is =if(e2=INR,"INDIA","OTHERS")
> >
> > sir can you please help me
> > --
> > Nisha P

>
>

 
Reply With Quote
 
Niek Otten
Guest
Posts: n/a
 
      19th Feb 2009
Then it is definitely the answer you have been given several times now

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"nishkrish" <(E-Mail Removed)> wrote in message
news:85B4309A-2459-4F5B-8D29-(E-Mail Removed)...
>I guess there is something wrong in what i am trying to do actually the e2
> column has currency and i want to check if the currency is EUR or $ it
> should
> show others or else INDIA.
> --
> Nisha P
>
>
> "Fred Smith" wrote:
>
>> With your formula, Excel is looking for the range INR. Do you have such a
>> named range? Or did you mean:
>> =if(e2="INR","INDIA","OTHERS")
>>
>> Regards,
>> Fred
>>
>> "nishkrish" <(E-Mail Removed)> wrote in message
>> news9F46D94-C7B9-490E-BCF1-(E-Mail Removed)...
>> >I have a currency column when i put formula it shows error #Name
>> >
>> > formula i have is =if(e2=INR,"INDIA","OTHERS")
>> >
>> > sir can you please help me
>> > --
>> > Nisha P

>>
>>


 
Reply With Quote
 
nishkrish
Guest
Posts: n/a
 
      19th Feb 2009
no when i input the formula its shows others in all the cell
--
Nisha P


"Niek Otten" wrote:

> Then it is definitely the answer you have been given several times now
>
> --
> Kind regards,
>
> Niek Otten
> Microsoft MVP - Excel
>
> "nishkrish" <(E-Mail Removed)> wrote in message
> news:85B4309A-2459-4F5B-8D29-(E-Mail Removed)...
> >I guess there is something wrong in what i am trying to do actually the e2
> > column has currency and i want to check if the currency is EUR or $ it
> > should
> > show others or else INDIA.
> > --
> > Nisha P
> >
> >
> > "Fred Smith" wrote:
> >
> >> With your formula, Excel is looking for the range INR. Do you have such a
> >> named range? Or did you mean:
> >> =if(e2="INR","INDIA","OTHERS")
> >>
> >> Regards,
> >> Fred
> >>
> >> "nishkrish" <(E-Mail Removed)> wrote in message
> >> news9F46D94-C7B9-490E-BCF1-(E-Mail Removed)...
> >> >I have a currency column when i put formula it shows error #Name
> >> >
> >> > formula i have is =if(e2=INR,"INDIA","OTHERS")
> >> >
> >> > sir can you please help me
> >> > --
> >> > Nisha P
> >>
> >>

>
>

 
Reply With Quote
 
Niek Otten
Guest
Posts: n/a
 
      19th Feb 2009
There are probably spaces or other nonprinting characters in E2. Use the
TRIM() function or test for other characters. Use LEN() to determine the
number of characters and then test each of them

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"nishkrish" <(E-Mail Removed)> wrote in message
news53CEEA4-1C6A-4993-9A77-(E-Mail Removed)...
> no when i input the formula its shows others in all the cell
> --
> Nisha P
>
>
> "Niek Otten" wrote:
>
>> Then it is definitely the answer you have been given several times now
>>
>> --
>> Kind regards,
>>
>> Niek Otten
>> Microsoft MVP - Excel
>>
>> "nishkrish" <(E-Mail Removed)> wrote in message
>> news:85B4309A-2459-4F5B-8D29-(E-Mail Removed)...
>> >I guess there is something wrong in what i am trying to do actually the
>> >e2
>> > column has currency and i want to check if the currency is EUR or $ it
>> > should
>> > show others or else INDIA.
>> > --
>> > Nisha P
>> >
>> >
>> > "Fred Smith" wrote:
>> >
>> >> With your formula, Excel is looking for the range INR. Do you have
>> >> such a
>> >> named range? Or did you mean:
>> >> =if(e2="INR","INDIA","OTHERS")
>> >>
>> >> Regards,
>> >> Fred
>> >>
>> >> "nishkrish" <(E-Mail Removed)> wrote in message
>> >> news9F46D94-C7B9-490E-BCF1-(E-Mail Removed)...
>> >> >I have a currency column when i put formula it shows error #Name
>> >> >
>> >> > formula i have is =if(e2=INR,"INDIA","OTHERS")
>> >> >
>> >> > sir can you please help me
>> >> > --
>> >> > Nisha P
>> >>
>> >>

>>
>>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
lookup formula for currency Graham Microsoft Excel New Users 2 18th Apr 2008 07:19 PM
Currency Formula Ben Microsoft Excel Misc 1 25th Jan 2008 01:58 AM
help with currency formula Tom Hall Microsoft Excel Discussion 9 29th Sep 2007 05:01 PM
DIFFERENT CURRENCY FORMATS IN FORMULA =?Utf-8?B?QkFaWkE=?= Microsoft Excel Worksheet Functions 3 19th May 2005 12:28 PM
Currency Conversion formula Mel Garcia via OfficeKB.com Microsoft Excel New Users 2 3rd Apr 2005 06:53 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:45 AM.