Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Mult formula cell displays "0", which formula created result?

I am using the same formula format in 64 cells, they all return the correct
results except for one. The format is identical, refferanced cells are
correct in ID and contents.

There is no explination why the results are different in this one instance,
I would like to see which of the eight "IF" formulas in the cell is coming up
true and therefore displaying this result so I can further trace possible
causes, but I can not find a way for the active formula it to show itself by
becoming highlighted (or something).
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Mult formula cell displays "0", which formula created result?

Hi,

Wihout seeing either your data or your formula it's difficult but try this.
Put this if formula in a cell

=IF(A1=1,"one","Two")

Then in the formula bar highlight A1=1 and tap F9 and you will see whether
it is evaluating as TRUE ot FALSE. When you'e done this click the red cross.
It may be useful used on your formula,

Mike

"Reveal which formula causing true result" wrote:

I am using the same formula format in 64 cells, they all return the correct
results except for one. The format is identical, refferanced cells are
correct in ID and contents.

There is no explination why the results are different in this one instance,
I would like to see which of the eight "IF" formulas in the cell is coming up
true and therefore displaying this result so I can further trace possible
causes, but I can not find a way for the active formula it to show itself by
becoming highlighted (or something).

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Mult formula cell displays "0", which formula created result?

One way to do what you want would be to set a break point on your first "IF"
statement (click in the left gray border next to the statement to highlight
it in red), run your code and single-step (press F8) through the code
watching it execute your code line-by-line. You can also print out the
contents of your variables in the Immediate window at any stage in the
process to see what is going on line-by-line.

Rick

"Reveal which formula causing true result" <Reveal which formula causing
true wrote in message
...
I am using the same formula format in 64 cells, they all return the correct
results except for one. The format is identical, refferanced cells are
correct in ID and contents.

There is no explination why the results are different in this one
instance,
I would like to see which of the eight "IF" formulas in the cell is coming
up
true and therefore displaying this result so I can further trace possible
causes, but I can not find a way for the active formula it to show itself
by
becoming highlighted (or something).


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Mult formula cell displays "0", which formula created result?

Ignore my posting... I thought I was still in the "programming" newsgroup
when I posted it.

Rick


"Rick Rothstein (MVP - VB)" wrote in
message ...
One way to do what you want would be to set a break point on your first
"IF" statement (click in the left gray border next to the statement to
highlight it in red), run your code and single-step (press F8) through the
code watching it execute your code line-by-line. You can also print out
the contents of your variables in the Immediate window at any stage in the
process to see what is going on line-by-line.

Rick

"Reveal which formula causing true result" <Reveal which formula causing
true wrote in message
...
I am using the same formula format in 64 cells, they all return the
correct
results except for one. The format is identical, refferanced cells are
correct in ID and contents.

There is no explination why the results are different in this one
instance,
I would like to see which of the eight "IF" formulas in the cell is
coming up
true and therefore displaying this result so I can further trace possible
causes, but I can not find a way for the active formula it to show itself
by
becoming highlighted (or something).



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
need to substitute formula result from #### to"CHECK YOUR ENTRY" Trevor Excel Discussion (Misc queries) 2 June 13th 07 01:35 AM
formula bar displays "=RC[-12]+RC[-11]". how to get normal view? Laurent Excel Worksheet Functions 3 February 14th 07 10:59 AM
If result of formula is "" (Blank) why is this considered a num. Frank Winston Excel Worksheet Functions 8 January 2nd 07 01:58 AM
How can I find cell contains the result of "maximum" formula De Excel Discussion (Misc queries) 6 October 26th 06 09:46 PM
How do I replace a "#N/A" formula result with a blank in excel? yrat Excel Discussion (Misc queries) 6 April 3rd 06 05:38 AM


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