Herbers Excel-Forum - das Archiv
Auswerten
Betrifft: Auswerten
von: OttoH
Geschrieben am: 03.11.2003 14:41:33
Hallo Leute,
ich fand in einem Artikel die Funktion AUSWERTEN. Über EInfügen - Funktion kann ich sie nicht finden. Muss ich noch ein AddIn oder sowas einbinden und wo finde ich eine Beschreibung dazu?
Vielen Dank und Gruß
OttoH
Betrifft: AW: Auswerten
von: Andreas Walter
Geschrieben am: 03.11.2003 15:39:20
Hier gucken
https://www.herber.de/forum/messages/332353.html
Betrifft: AW: Auswerten
von: OttoH
Geschrieben am: 03.11.2003 18:54:58
Hallo Andreas,
hier habe ich geguckt; hilft kaum weiter.
Trotzdem danke
OttoH
Betrifft: AW: Auswerten
von: Reinhard
Geschrieben am: 04.11.2003 00:44:27
Hallo Otto,
vielleicht hilft dir das weiter bei dem Auswerten/Evaluate.
Gruß
Reinhard
EVALUATE
Macro Sheets Only
Evaluates a formula or expression that is in the form of text and returns the result.
To run a macro or subroutine, use the RUN function.
Syntax
EVALUATE(formula_text)
Formula_text is the expression in the form of text that you want to evaluate.
Remarks
Using EVALUATE is similar to selecting an expression within a formula in the formula bar and pressing the Recalculate key (F9 in Microsoft Excel for Windows and COMMAND+= in Microsoft Excel for the Macintosh). EVALUATE replaces an expression with a value.
Example
Suppose you want to know the value of a cell named LabResult1, LabResult2, or LabResult3, where the 1, 2, or 3 is specified by the name TrialNum whose value may change as the macro runs. You can use the following formula to calculate the value:
EVALUATE("LabResult"&TrialNum)
Betrifft: AW: Auswerten
von: ottoh
Geschrieben am: 04.11.2003 07:47:33
Hallo Reinhard,
ich denke, das hilft mir weiter.
Vielen Dank
OttoH
Betrifft: Danke dir für die Rückmeldung. o.w.T.
von: Reinhard
Geschrieben am: 05.11.2003 21:09:25
.