Seite 1 von 1

Teile aus Formel kopieren

Verfasst: Mi 5. Feb 2020, 18:52
von Der-T
Hallo,

hab hier ein spezielles Problem....

Meine Formel : (A1*A7*pi()/360)*1

Die Formel will/muss ich ca. 80 bzw 40 mal kopiern , ohne das sich die Werte aus der Klammer ändern ,
sondern nur das *1 .
Also so :

(A1*A7*pi()/360)*1
(A1*A7*pi()/360)*2
(A1*A7*pi()/360)*3
.
.
(A1*A7*pi()/360)*80

Gibts da irgend eine Formel , oder nur mit Macro ???

Für eure Hilfe bedanke ich mich im Vorraus...

Mfg Der-T

Re: Teile aus Formel kopieren

Verfasst: Mi 5. Feb 2020, 19:09
von HeritzP
Hallo,

Code: Alles auswählen

=(A$1*A$7*PI()/360)*ZEILE(A1)
Gruß HeritzP

Re: Teile aus Formel kopieren

Verfasst: Mi 5. Feb 2020, 19:11
von redeagle56
Hallo,
eine Lösung ohne VBA oder Makro könnte so aussehen.
(siehe Anhang)

MfG Günter
Teile aus Formel.ods
(8.51 KiB) 275-mal heruntergeladen

Re: Teile aus Formel kopieren

Verfasst: Do 6. Feb 2020, 16:01
von Der-T
Top... ;)

Vielen Dank für die Hilfe...

Mfg Der-T