Questions tagged [evaluate]

execution of evaluations of expressions or evaluation functions. Use tag evaluation for rules, algorithms, and strategies of the evaluation.

What is it?

Evaluation is about rules, algorithms and strategies used for the evaluation of expressions or the computation of evaluation functions.

This tag may should be used for the execution of evaluations.

Related tags

  • Prefer the tag if the question is about rules, algorithms and strategies used for the evaluation of expressions or the computation of evaluation functions.
  • For more specific questions use tag

See also:

470 questions
0
votes
2 answers

Excel ComType of Application.Evaluate() on a concatenation function

Inside a c# UDF for excel 2007, I need to evaluate the value of Excel function parameters (don't ask why, long story). Let's say we have this Excel function to evaluate : =afunctionname("2009-01-01" ; "B4" ; "foo" ; concatenate("a";"b") ) My goal is…
jocelyn
  • 788
  • 6
  • 12
0
votes
0 answers

how to use a trained model i built for a new csv file

I'm doing a sentiment analysis using python with machine learning, i am done from testing and training with my csv file, and i want to use the model i created for a new csv file i have. everything wok great but it require another step to set my…
shahad
  • 11
  • 2
0
votes
1 answer

Excel VBA - Evaluate function returning #VALUE! error

I am writing a VBA Macro in Excel to populate a "Summary" Workbook with data from 200+ closed Workbooks. I wrote the following, but get a #VALUE! error in every cell that is populated. Workbook and subfolder names have their own columns in the…
0
votes
0 answers

Androidstudio: evaluating expression returns a stackoverflow

I am investigating FloatBuffer variables of the same size in two apps, one is mainly written in Kotlin, the other in Java. The float[] arrays named floatBuffer have the same size of 150,528 elements. When evaluating the…
DrT
  • 81
  • 1
  • 6
0
votes
0 answers

Limitation of Evaluate in Lotus script

I am using an evaluate statement to see if a field value contains another variable value. Both has multiple values. Here is my code below: macro = {users*=@Uppercase(@Explode("}& Join(recipient,",") &{";","))} macroflag = Evaluate( macro, doc…
0
votes
0 answers

XLOOKUP vba via Evaluate(str) gives out #WERT

I tried the below code but I only get #WERT! as a result, even though I get the correct result when pasting the (str) in Excel directly.. :( The below code is there to fill blanks. I have a table with blanks that need to be filled following 4…
Elisa R.
  • 21
  • 2
0
votes
1 answer

trying to Match multiple columns with Vlookup but flawed

=+IF(VLOOKUP(F8,Issue!U:U,1,0)<>"#N/A","Done", IF(VLOOKUP(Q8,Issue!P:P,1,0)<>"#N/A","Done", IF(VLOOKUP(O8,Issue!R:R,1,0)<>"#N/A","Done","#N/A"))) Above formula has been used first branch of vlookup is wrong fine but failed to evaluate others.
0
votes
0 answers

pass value (array) to HTML from App Script

I am new to JavaScript, and I'm trying to figure out how to pass values (array) as a parameter to a