#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 20
Default #VALUE error

When I go to a cell a type the formula: = 2^12*B15 , it reports a
#VALUE error. B15 is a text value.

When I look at my friend's workbook, he has written the same formula
and it reports 0. How can I do this? I have checked my number formats
and changed it to special but still it is not solving the problem.

How can I solve this problem?

Thanks in advance.

Swamy

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default #VALUE error

Your friend has a Lotus 123 compatibility setting toggled on:

Tools|options|Transition tab|Transition formula evaluation
is not checked for you and it is checked for him.

I don't use Lotus 123 and don't want any of those options checked.

If I didn't want to see the #value error, I'd either hide it with:
Format|Conditional formatting

a check in the formula:
=if(isnumber(b15),(2^12)*b15,0)

or use a different formula:
=(2^12)*N(B15)

====
Yep, I added ()'s. I find that they make it easier for me to read--I don't have
to rely on or remember the order of precedence.

Mahadevan Swamy wrote:

When I go to a cell a type the formula: = 2^12*B15 , it reports a
#VALUE error. B15 is a text value.

When I look at my friend's workbook, he has written the same formula
and it reports 0. How can I do this? I have checked my number formats
and changed it to special but still it is not solving the problem.

How can I solve this problem?

Thanks in advance.

Swamy


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 20
Default #VALUE error

Thanks a lot for your solution. :)

On Jul 5, 11:27 am, Dave Peterson wrote:
Your friend has a Lotus 123 compatibility setting toggled on:

Tools|options|Transition tab|Transition formula evaluation
is not checked for you and it is checked for him.

I don't use Lotus 123 and don't want any of those options checked.

If I didn't want to see the #value error, I'd either hide it with:
Format|Conditional formatting

a check in the formula:
=if(isnumber(b15),(2^12)*b15,0)

or use a different formula:
=(2^12)*N(B15)

====
Yep, I added ()'s. I find that they make it easier for me to read--I don't have
to rely on or remember the order of precedence.

Mahadevan Swamy wrote:

When I go to a cell a type the formula: = 2^12*B15 , it reports a
#VALUE error. B15 is a text value.


When I look at my friend's workbook, he has written the same formula
and it reports 0. How can I do this? I have checked my number formats
and changed it to special but still it is not solving the problem.


How can I solve this problem?


Thanks in advance.


Swamy


--

Dave Peterson



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 20
Default #VALUE error

I am curious to know what this Lotus123 compatibility is? and what is
this transition formula evaluation?

On Jul 5, 11:37 am, Mahadevan Swamy wrote:
Thanks a lot for your solution. :)

On Jul 5, 11:27 am, Dave Peterson wrote:

Your friend has a Lotus 123 compatibility setting toggled on:


Tools|options|Transition tab|Transition formula evaluation
is not checked for you and it is checked for him.


I don't use Lotus 123 and don't want any of those options checked.


If I didn't want to see the #value error, I'd either hide it with:
Format|Conditional formatting


a check in the formula:
=if(isnumber(b15),(2^12)*b15,0)


or use a different formula:
=(2^12)*N(B15)


====
Yep, I added ()'s. I find that they make it easier for me to read--I don't have
to rely on or remember the order of precedence.


Mahadevan Swamy wrote:


When I go to a cell a type the formula: = 2^12*B15 , it reports a
#VALUE error. B15 is a text value.


When I look at my friend's workbook, he has written the same formula
and it reports 0. How can I do this? I have checked my number formats
and changed it to special but still it is not solving the problem.


How can I solve this problem?


Thanks in advance.


Swamy


--


Dave Peterson



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default #VALUE error

MS wants to have all Lotus 123 users buy excel and use that. To make those
user's transition a bit easier, MS allowed them to change some settings--the way
excel behaves (navigation keys), the way excel treats text in arithmetic (you've
seen this), and how it treats your formulas when you enter them into a cell.

Try entering:
01/02/2007
with transition formula entry checked and unchecked.

As a user of Lotus back in the 80's (and not since), I've lost track of what all
the differences are.

From xl2003's help:

Transition formula evaluation Opens and evaluates Lotus 1-2-3 files without
losing or changing information. With this option selected, Excel evaluates text
strings as 0 (zero), Boolean expressions as 0 or 1, and database criteria
according to the rules used in Lotus 1-2-3.

Transition formula entry Converts formulas entered in Lotus 1-2-3 release 2.2
syntax to Excel syntax, and makes names defined in Excel behave like names
defined in Lotus 1-2-3.


And toggle the navigation key and watch the difference when you hit home and
ctrl-home as well as the tab key.





Mahadevan Swamy wrote:

I am curious to know what this Lotus123 compatibility is? and what is
this transition formula evaluation?

On Jul 5, 11:37 am, Mahadevan Swamy wrote:
Thanks a lot for your solution. :)

On Jul 5, 11:27 am, Dave Peterson wrote:

Your friend has a Lotus 123 compatibility setting toggled on:


Tools|options|Transition tab|Transition formula evaluation
is not checked for you and it is checked for him.


I don't use Lotus 123 and don't want any of those options checked.


If I didn't want to see the #value error, I'd either hide it with:
Format|Conditional formatting


a check in the formula:
=if(isnumber(b15),(2^12)*b15,0)


or use a different formula:
=(2^12)*N(B15)


====
Yep, I added ()'s. I find that they make it easier for me to read--I don't have
to rely on or remember the order of precedence.


Mahadevan Swamy wrote:


When I go to a cell a type the formula: = 2^12*B15 , it reports a
#VALUE error. B15 is a text value.


When I look at my friend's workbook, he has written the same formula
and it reports 0. How can I do this? I have checked my number formats
and changed it to special but still it is not solving the problem.


How can I solve this problem?


Thanks in advance.


Swamy


--


Dave Peterson


--

Dave Peterson
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
Error: "Excel encountered an error and had to remove some formatti Carl Excel Discussion (Misc queries) 0 September 18th 06 06:39 PM
Counting instances of found text (Excel error? Or user error?) S Davis Excel Worksheet Functions 5 September 12th 06 04:52 PM
I have Error 1919 Error Configuring ODBC dataSource Database Texanna1 Excel Discussion (Misc queries) 1 September 12th 06 06:35 AM
Excel 2003 Macro Error - Runtime error 1004 Cow Excel Discussion (Misc queries) 2 June 7th 05 01:40 PM


All times are GMT +1. The time now is 01:12 PM.

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"