Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
need to substitute formula result from #### to"CHECK YOUR ENTRY" | Excel Discussion (Misc queries) | |||
formula bar displays "=RC[-12]+RC[-11]". how to get normal view? | Excel Worksheet Functions | |||
If result of formula is "" (Blank) why is this considered a num. | Excel Worksheet Functions | |||
How can I find cell contains the result of "maximum" formula | Excel Discussion (Misc queries) | |||
How do I replace a "#N/A" formula result with a blank in excel? | Excel Discussion (Misc queries) |