Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I would like to have function that can give intermediate value of cell
formula, and not the actual formula I got one such function named gfrv() in this group at below given link http://groups.google.com/group/micro...8c16d9a8 8c20 but it does not work for ranges and some other functions like "IF". It gives formula instead of intermediate result in case of ranges. this formula uses regular expression for extracting values. I would like to know how this can be modded for working with ranges |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You code will not work on functions that have multple pieces like IF and it
won't work on nest functions. You need a recusive algorithm that will break the code into pieces and the take each piece and and cal the functtion again. You wil need to make a table off all the excel functions. there arre programs like LEX and YACC see this webpage in the sections LEX and YACC. http://netlib.bell-labs.com/7thEdMan/v7vol2b.pdf "jaimin jani" wrote: I would like to have function that can give intermediate value of cell formula, and not the actual formula I got one such function named gfrv() in this group at below given link http://groups.google.com/group/micro...8c16d9a8 8c20 but it does not work for ranges and some other functions like "IF". It gives formula instead of intermediate result in case of ranges. this formula uses regular expression for extracting values. I would like to know how this can be modded for working with ranges |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
What is contained in excel intermediate? | Excel Discussion (Misc queries) | |||
Intermediate value of a set of array. | Excel Worksheet Functions | |||
Using intermediate results in Worksheet functions | Excel Worksheet Functions | |||
How to get intermediate values from smooth graph in Excel ? | Charts and Charting in Excel | |||
How do I get an intermediate value between data points on a graph? | Excel Discussion (Misc queries) |