Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
donnaK
 
Posts: n/a
Default Function not working

Excel 2000 This function simply does not work. This function is in Cell B2
and refers to cell A2. Cell A2 is actually a linked cell to another
worksheet so is perhaps the problem as this is a simple formula.

=IF(A2100000,"S","L")

Thank you for your assistance
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
 
Posts: n/a
Default Function not working

Hi

If it doesn't work, what result/error are you getting?

Andy.

"donnaK" wrote in message
...
Excel 2000 This function simply does not work. This function is in Cell
B2
and refers to cell A2. Cell A2 is actually a linked cell to another
worksheet so is perhaps the problem as this is a simple formula.

=IF(A2100000,"S","L")

Thank you for your assistance



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Roger Govier
 
Posts: n/a
Default Function not working

Hi Donna

Maybe the value in A2 is text. If you cannot alter it to be numeric, try
=IF(A2100000&"","S","L")


Regards

Roger Govier


donnaK wrote:
Excel 2000 This function simply does not work. This function is in Cell B2
and refers to cell A2. Cell A2 is actually a linked cell to another
worksheet so is perhaps the problem as this is a simple formula.

=IF(A2100000,"S","L")

Thank you for your assistance

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ron Rosenfeld
 
Posts: n/a
Default Function not working

On Thu, 8 Dec 2005 07:07:02 -0800, donnaK
wrote:

Excel 2000 This function simply does not work. This function is in Cell B2
and refers to cell A2. Cell A2 is actually a linked cell to another
worksheet so is perhaps the problem as this is a simple formula.

=IF(A2100000,"S","L")

Thank you for your assistance


The 10000 that you have in your formula is not identical to the 10000 that you
see in A2.

Possibilities:

The value in A2 is TEXT and not a number.
The value in A2 is being displayed as 10000 but is really something like
9999.99999986

You would have to examine the contents of A2 in order to determine which is the
case, and to devise a solution.


--ron
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
donnaK
 
Posts: n/a
Default Function not working

It returns S whether the number result of A2 is greater than or less than
100000. Perhaps the idea that Ron put forth is going in the correct
direction? That the numerical value that Excel sees in A2 is not the same
type of numerical value as the 100000 numerical value that I am specifiying
in the function?

"Andy" wrote:

Hi

If it doesn't work, what result/error are you getting?

Andy.

"donnaK" wrote in message
...
Excel 2000 This function simply does not work. This function is in Cell
B2
and refers to cell A2. Cell A2 is actually a linked cell to another
worksheet so is perhaps the problem as this is a simple formula.

=IF(A2100000,"S","L")

Thank you for your assistance






  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
donnaK
 
Posts: n/a
Default Function not working

The format of the cell is number not text. Have also tried replacing = with
=, clearing all formats of the cell most basic solutions

"Roger Govier" wrote:

Hi Donna

Maybe the value in A2 is text. If you cannot alter it to be numeric, try
=IF(A2100000&"","S","L")


Regards

Roger Govier


donnaK wrote:
Excel 2000 This function simply does not work. This function is in Cell B2
and refers to cell A2. Cell A2 is actually a linked cell to another
worksheet so is perhaps the problem as this is a simple formula.

=IF(A2100000,"S","L")

Thank you for your assistance


  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
vezerid
 
Posts: n/a
Default Function not working

At any rate, try
=IF(VALUE(A2)100000, "S", "L")

HTH
Kostis Vezerides

  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
donnaK
 
Posts: n/a
Default Function not working

Yes! That works! Would you mind writing in English what this formula says?
I want to understand how to use it inthe future.
Thank you very much

"vezerid" wrote:

At any rate, try
=IF(VALUE(A2)100000, "S", "L")

HTH
Kostis Vezerides


  #9   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Peo Sjoblom
 
Posts: n/a
Default Function not working

It means that the values are text, nevermind the formatting, you can't
change text to number just by make sure there is a number format,
you need to trigger it by either use another formula like VALUE or a
calculation like

=IF(--A2100000, "S", "L")


or even better, copy an empty cell, select all the "number" and do
editpaste special and select add


--

Regards,

Peo Sjoblom

"donnaK" wrote in message
...
Yes! That works! Would you mind writing in English what this formula

says?
I want to understand how to use it inthe future.
Thank you very much

"vezerid" wrote:

At any rate, try
=IF(VALUE(A2)100000, "S", "L")

HTH
Kostis Vezerides




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
SUMIF function not working CarFreek Excel Worksheet Functions 11 August 25th 05 02:45 AM
Excel option to store trendline's coefficients in cells for use Miguel Saldana Charts and Charting in Excel 9 June 20th 05 08:45 PM
Hyperlink Function not working as expected Hari Prasadh Excel Discussion (Misc queries) 2 April 16th 05 01:23 PM
Maskerr function not working on my new computer - help? Russo Excel Worksheet Functions 1 November 30th 04 11:03 PM
Sum function not working correctly in Excel (Skips Cell) Tony Excel Worksheet Functions 5 November 29th 04 11:52 PM


All times are GMT +1. The time now is 07:14 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"