Click here to Skip to main content
15,896,063 members
Home / Discussions / Algorithms
   

Algorithms

 
GeneralRe: suggest me an algorithm Pin
CPallini22-Nov-08 21:00
mveCPallini22-Nov-08 21:00 
QuestionI'm sorry if this sounds like a weird question... Pin
mhtirogla18-Sep-08 20:53
mhtirogla18-Sep-08 20:53 
AnswerRe: I'm sorry if this sounds like a weird question... Pin
73Zeppelin18-Sep-08 21:02
73Zeppelin18-Sep-08 21:02 
QuestionInterpX function limitation (within Interp32.xll Excel addin) [modified] Pin
M.Slipper18-Sep-08 7:04
M.Slipper18-Sep-08 7:04 
AnswerRe: InterpX function limitation (within Interp32.xll Excel addin) Pin
73Zeppelin18-Sep-08 12:10
73Zeppelin18-Sep-08 12:10 
GeneralRe: InterpX function limitation (within Interp32.xll Excel addin) Pin
M.Slipper18-Sep-08 14:49
M.Slipper18-Sep-08 14:49 
GeneralRe: InterpX function limitation (within Interp32.xll Excel addin) Pin
73Zeppelin18-Sep-08 20:51
73Zeppelin18-Sep-08 20:51 
GeneralRe: InterpX function limitation (within Interp32.xll Excel addin) Pin
M.Slipper19-Sep-08 7:58
M.Slipper19-Sep-08 7:58 
Evidently I didn't make my explanation clear enough. I have two columns representing two separate data arrays. What I'm trying to do is clearly interpolation, not extrapolation. I know a value that lies within two adjacent data points within one of the arrays. I'm trying to interpolate between the two corresponding points in the other array...again interpolation, not extrapolation. Clearly simple stuff, but not if it can't be done in one Excel cell per calculation, and not fast enough if it can't be done by a function in an ".xll". the 5 million was an exaggeration to make you aware that doing these multiple calculations in VBA would require too much computational time. The InterpX function in the Interp32.xll add worked just fine in Excel 2003. The issue is having the arrays in Excel columns beyond column IV.
Example:
The following works fine in either Excel 2003 or Excel 2007:
=InterpX(C$670,Report!$IU$734:$IU$765,Report!$IV$734:$IV$765,TRUE)

The issue comes into play when one /or both of the arrays are moved beyond column IV.
Example:
=InterpX(C$670,Report!$IW$734:$IW$765,Report!$IX$734:$IX$765,TRUE)
GeneralRe: InterpX function limitation (within Interp32.xll Excel addin) Pin
73Zeppelin19-Sep-08 8:40
73Zeppelin19-Sep-08 8:40 
GeneralRe: InterpX function limitation (within Interp32.xll Excel addin) Pin
M.Slipper19-Sep-08 8:51
M.Slipper19-Sep-08 8:51 
GeneralRe: InterpX function limitation (within Interp32.xll Excel addin) Pin
73Zeppelin19-Sep-08 8:58
73Zeppelin19-Sep-08 8:58 
GeneralRe: InterpX function limitation (within Interp32.xll Excel addin) Pin
M.Slipper19-Sep-08 9:36
M.Slipper19-Sep-08 9:36 
GeneralRe: InterpX function limitation (within Interp32.xll Excel addin) Pin
73Zeppelin21-Sep-08 7:59
73Zeppelin21-Sep-08 7:59 
GeneralRe: InterpX function limitation (within Interp32.xll Excel addin) [modified] Pin
M.Slipper23-Sep-08 11:11
M.Slipper23-Sep-08 11:11 
NewsMath: A Gut Instinct PinPopular
73Zeppelin17-Sep-08 23:55
73Zeppelin17-Sep-08 23:55 
GeneralRe: Math: A Gut Instinct Pin
soap brain18-Sep-08 0:09
soap brain18-Sep-08 0:09 
GeneralRe: Math: A Gut Instinct Pin
73Zeppelin18-Sep-08 1:05
73Zeppelin18-Sep-08 1:05 
GeneralRe: Math: A Gut Instinct Pin
soap brain18-Sep-08 1:21
soap brain18-Sep-08 1:21 
GeneralRe: Math: A Gut Instinct Pin
Paul Conrad18-Sep-08 6:37
professionalPaul Conrad18-Sep-08 6:37 
GeneralRe: Math: A Gut Instinct Pin
73Zeppelin18-Sep-08 21:05
73Zeppelin18-Sep-08 21:05 
GeneralRe: Math: A Gut Instinct Pin
Paul Conrad18-Sep-08 6:35
professionalPaul Conrad18-Sep-08 6:35 
Generalpseudorandom number generator algorithm Pin
niconicx14-Sep-08 5:40
niconicx14-Sep-08 5:40 
GeneralRe: pseudorandom number generator algorithm Pin
Robert.C.Cartaino14-Sep-08 6:05
Robert.C.Cartaino14-Sep-08 6:05 
GeneralRe: pseudorandom number generator algorithm Pin
Tim Craig14-Sep-08 9:31
Tim Craig14-Sep-08 9:31 
JokeRe: pseudorandom number generator algorithm Pin
CPallini14-Sep-08 10:29
mveCPallini14-Sep-08 10:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.