Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default How to get intermediate value of cell formula

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9,101
Default How to get intermediate value of cell formula

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
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
What is contained in excel intermediate? Maria Excel Discussion (Misc queries) 6 November 2nd 08 10:28 PM
Intermediate value of a set of array. HARSHAWARDHAN. S .SHASTRI[_2_] Excel Worksheet Functions 5 September 25th 08 10:01 PM
Using intermediate results in Worksheet functions [email protected] Excel Worksheet Functions 6 February 6th 08 03:59 AM
How to get intermediate values from smooth graph in Excel ? Tushar Charts and Charting in Excel 6 February 13th 06 09:39 PM
How do I get an intermediate value between data points on a graph? bman in co Excel Discussion (Misc queries) 1 February 11th 06 11:43 AM


All times are GMT +1. The time now is 05:45 AM.

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"