Forum Discussion
JDKwame_1310
Aug 01, 2023Copper Contributor
Auswerten von einer Zeile
Ich habe auf Exel in der Zeile C2 eine simple Rechnung (z.B.: 3*3) und möchte das Ergebnis in der Zeile D2 angezeigt bekommen. Doch es funktioniert nicht!!! Hilfe
HansVogelaar
Aug 01, 2023MVP
Wählen Sie D2.
Klicken Sie auf der Registerkarte „Formeln“ des Menübands auf „Namen definieren“.
Geben Sie Eval in das Feld „Name“ und =EVALUATE(C2) in das Feld „Bezieht sich auf“ ein.
OK klicken.
Geben Sie in D2 die Formel =Eval ein.
Sie können natürlich auch die Formel =3*3 in eine Zelle eingeben.
------------
Select D2.
On the Formulas tab of the ribbon, click Define Name.
Enter Eval in the Name box and =EVALUATE(C2) in the Refers to box.
Click OK.
Enter the formula =Eval in D2.
You can also enter the formula =3*3 in a cell, of course.
JDKwame_1310
Aug 01, 2023Copper Contributor
Other question, how can i save the Formula in the Define Name Ribbon? Everytime i close the saved Tab and open up again the Formula is gone out of the Define Name section.
- HansVogelaarAug 01, 2023MVP
Click Name Manager (Namens-Manager)
- JDKwame_1310Aug 01, 2023Copper ContributorThats the problem, its all in, and everything works how it should. I can save it and close it. but when i open it again name manager is empty and the formula doesn't word anymore. So i have to enter all again. Is that normal?
- HansVogelaarAug 01, 2023MVP
No, the defined name should remain listed in the Name Manager...