Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 50
Default "If function" works in Excel 2000 but not in 2007

Any "If functions" {Example: =IF(A110,"Over 10","10 or less")} are not
working for me in Excel 2007. They work fine in 2000 but in 2007 this error
appears, "The formula you typed contains an error". The first 10, is
highlighted suggesting the problem is there.
The cells are general format, not text. Office service pack 3 installed.
Running Vista.
Got any hints folks?
Thanks in advance.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,766
Default "If function" works in Excel 2000 but not in 2007

Hi,

=IF(A110,"Over 10","10 or less")

This formula seems correct. Is this a part of a larger formula?

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"Allen" wrote in message
...
Any "If functions" {Example: =IF(A110,"Over 10","10 or less")} are not
working for me in Excel 2007. They work fine in 2000 but in 2007 this
error
appears, "The formula you typed contains an error". The first 10, is
highlighted suggesting the problem is there.
The cells are general format, not text. Office service pack 3 installed.
Running Vista.
Got any hints folks?
Thanks in advance.


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default "If function" works in Excel 2000 but not in 2007

Hi Allen

--Is 2000 installed in the same PC...?

--Does any other formula work in the latest version of Excel?

--Are you sure you are using MSExcel 2007 for Windows or Excel2008 for Mac
=IF(A110;"Over 10";"10 or less")

If this post helps click Yes
---------------
Jacob Skaria


"Allen" wrote:

Any "If functions" {Example: =IF(A110,"Over 10","10 or less")} are not
working for me in Excel 2007. They work fine in 2000 but in 2007 this error
appears, "The formula you typed contains an error". The first 10, is
highlighted suggesting the problem is there.
The cells are general format, not text. Office service pack 3 installed.
Running Vista.
Got any hints folks?
Thanks in advance.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default "If function" works in Excel 2000 but not in 2007

Allen, I think I got it.

This is around the second query I asked in my previous post. You have set
R1C1 reference style for Excel 2007. **** Uncheck **** this option as below...

In XL2007: Office Button (left top button)Excel Options Formulas'Working
with formulas' R1C1 reference style

If this post helps click Yes
---------------
Jacob Skaria


"Allen" wrote:

Any "If functions" {Example: =IF(A110,"Over 10","10 or less")} are not
working for me in Excel 2007. They work fine in 2000 but in 2007 this error
appears, "The formula you typed contains an error". The first 10, is
highlighted suggesting the problem is there.
The cells are general format, not text. Office service pack 3 installed.
Running Vista.
Got any hints folks?
Thanks in advance.

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 50
Default "If function" works in Excel 2000 but not in 2007

Yes I am sure it is Excel 2007. It came pre-installed by Dell. I will try
contacting them too.

No the PC with 2007 does not also have 2000 installed. They are 2 seperate
PCs.

R1C1 cell reference format was not checked. I tried checking it, same
result. Changed it back to A1 format.

This particular formula is one from the help topic. I was using it to what
I was doing wrong (keep it basic until I could see what I was doing wrong).

The error is related to all forms of If functions regardless of the figures,
location in the sheet, new or previously created sheets. Same result if I
enter the formula myself or use the Insert Function Wizard.

More bad news. I am getting errors with other logical functions: OR, AND.

The help text used commas to seperate the logical tests, but the function
wizard does not. Related?

"Ashish Mathur" wrote:

Hi,

=IF(A110,"Over 10","10 or less")

This formula seems correct. Is this a part of a larger formula?

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"Allen" wrote in message
...
Any "If functions" {Example: =IF(A110,"Over 10","10 or less")} are not
working for me in Excel 2007. They work fine in 2000 but in 2007 this
error
appears, "The formula you typed contains an error". The first 10, is
highlighted suggesting the problem is there.
The cells are general format, not text. Office service pack 3 installed.
Running Vista.
Got any hints folks?
Thanks in advance.




  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default "If function" works in Excel 2000 but not in 2007

Hi Allen

Did you try the formula I pasted in the first response..Try out the below.
The argument separator use by Excel is taken from the regional setting of
your Windows installation. The below steps are for XP but I am sure you
should be able to identify this with ease

--Goto Windows StartSettingsControl Panel

--From the list click on 'Regional and Language Options'

--Click on 'Customize' button to open 'Customize Regional Options'

--Check the 'List separator'. This is used by Excel for separating
arguments. Is that ;. Change to suit..

If this post helps click Yes
---------------
Jacob Skaria


"Allen" wrote:

Yes I am sure it is Excel 2007. It came pre-installed by Dell. I will try
contacting them too.

No the PC with 2007 does not also have 2000 installed. They are 2 seperate
PCs.

R1C1 cell reference format was not checked. I tried checking it, same
result. Changed it back to A1 format.

This particular formula is one from the help topic. I was using it to what
I was doing wrong (keep it basic until I could see what I was doing wrong).

The error is related to all forms of If functions regardless of the figures,
location in the sheet, new or previously created sheets. Same result if I
enter the formula myself or use the Insert Function Wizard.

More bad news. I am getting errors with other logical functions: OR, AND.

The help text used commas to seperate the logical tests, but the function
wizard does not. Related?

"Ashish Mathur" wrote:

Hi,

=IF(A110,"Over 10","10 or less")

This formula seems correct. Is this a part of a larger formula?

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"Allen" wrote in message
...
Any "If functions" {Example: =IF(A110,"Over 10","10 or less")} are not
working for me in Excel 2007. They work fine in 2000 but in 2007 this
error
appears, "The formula you typed contains an error". The first 10, is
highlighted suggesting the problem is there.
The cells are general format, not text. Office service pack 3 installed.
Running Vista.
Got any hints folks?
Thanks in advance.


  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,651
Default "If function" works in Excel 2000 but not in 2007

On Fri, 9 Oct 2009 21:48:01 -0700, Allen
wrote:

Any "If functions" {Example: =IF(A110,"Over 10","10 or less")} are not
working for me in Excel 2007. They work fine in 2000 but in 2007 this error
appears, "The formula you typed contains an error". The first 10, is
highlighted suggesting the problem is there.
The cells are general format, not text. Office service pack 3 installed.
Running Vista.
Got any hints folks?
Thanks in advance.


Check Start/Control Panel/Windows Regional Settings.

I'll bet you have your system settings to be using a delimiter OTHER than a
comma.

OR

Try replacing the commas with semicolons within the function.
--ron
  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 50
Default "If function" works in Excel 2000 but not in 2007

That's it!
The list seperator was set to space instead of comma.
Problem Solved. Thanks everyone.
Allen

"Ron Rosenfeld" wrote:

On Fri, 9 Oct 2009 21:48:01 -0700, Allen
wrote:

Any "If functions" {Example: =IF(A110,"Over 10","10 or less")} are not
working for me in Excel 2007. They work fine in 2000 but in 2007 this error
appears, "The formula you typed contains an error". The first 10, is
highlighted suggesting the problem is there.
The cells are general format, not text. Office service pack 3 installed.
Running Vista.
Got any hints folks?
Thanks in advance.


Check Start/Control Panel/Windows Regional Settings.

I'll bet you have your system settings to be using a delimiter OTHER than a
comma.

OR

Try replacing the commas with semicolons within the function.
--ron

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
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell Steve Kay Excel Discussion (Misc queries) 2 August 8th 08 01:54 AM
Need function that will work in Excel 2003 like "Countifs" in 2007 RD[_2_] Excel Worksheet Functions 3 August 1st 08 04:35 PM
how i convert "100" to "hundred"( number to text) in excel-2007 mohanraj Excel Worksheet Functions 1 May 11th 08 09:07 PM
Using "Find" function in Excel 2000, edit data without closing Fin rkgpihw Excel Discussion (Misc queries) 1 August 21st 06 07:39 PM
Does Excel 2000 have the "List" data function like in Excel 2003 Ted W. Excel Discussion (Misc queries) 1 August 3rd 06 06:58 PM


All times are GMT +1. The time now is 09:33 PM.

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"