#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 31
Default Currency formula

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
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,389
Default Currency formula

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" wrote in message
...
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


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 31
Default Currency formula

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" wrote in message
...
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



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,440
Default Currency formula

Then it is definitely the answer you have been given several times now

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"nishkrish" wrote in message
...
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" wrote in message
...
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




  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 31
Default Currency formula

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" wrote in message
...
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" wrote in message
...
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






  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,440
Default Currency formula

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" wrote in message
...
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" wrote in message
...
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" wrote in message
...
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





  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,420
Default Currency formula

=if(e2="INR","INDIA","OTHERS")


--
__________________________________
HTH

Bob

"nishkrish" wrote in message
...
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



  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,440
Default Currency formula

=if(e2="INR","INDIA","OTHERS")

--
Kind regards,

Niek Otten
Microsoft MVP - Excel


"nishkrish" wrote in message
...
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
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 formula for currency Graham New Users to Excel 2 April 18th 08 07:19 PM
Currency Formula Ben Excel Discussion (Misc queries) 1 January 25th 08 01:58 AM
Currency Conversion Formula pantherguy Excel Worksheet Functions 2 November 22nd 06 09:31 PM
DIFFERENT CURRENCY FORMATS IN FORMULA BAZZA Excel Worksheet Functions 3 May 19th 05 12:28 PM
Currency Conversion formula Mel Garcia via OfficeKB.com New Users to Excel 2 April 3rd 05 06:53 PM


All times are GMT +1. The time now is 09:16 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"