Primavera Project Planner - P3 Member for 20 years 7 months Member for 20 years 7 months Submitted by Gün Göksu on Sun, 2006-09-24 03:29 Permalink RE: adding RES BQ related to another RES This does not work either. IF RES EQ RES01 THEN RES EQ RES02 BQ EQ BQ * 0.2 RES AD RES01 BQ EQ BQ / 0.2 second BQ stays equal to zero (0) Member for 20 years 7 months Member for 20 years 7 months Submitted by Gün Göksu on Sun, 2006-09-24 03:22 Permalink RE: adding RES BQ related to another RES readding the RES could solve the prob. thus: if RES EQ RES01 then RES EQ RES02 NEW &A EQ BQ BQ in memory. may need to change places with upper line BQ EQ &A * 0.2 BQ of new RES RES EQ RES01 readd original RES BQ EQ &A readd original BQ but this needs the extra line to add the BQ back. and its not there. boy do I miss the macro functions of Excel. ;) c the prob? Gün. Log in or register to post comments
Member for 20 years 7 months Member for 20 years 7 months Submitted by Gün Göksu on Sun, 2006-09-24 03:29 Permalink RE: adding RES BQ related to another RES This does not work either. IF RES EQ RES01 THEN RES EQ RES02 BQ EQ BQ * 0.2 RES AD RES01 BQ EQ BQ / 0.2 second BQ stays equal to zero (0)
Member for 20 years 7 months Member for 20 years 7 months Submitted by Gün Göksu on Sun, 2006-09-24 03:22 Permalink RE: adding RES BQ related to another RES readding the RES could solve the prob. thus: if RES EQ RES01 then RES EQ RES02 NEW &A EQ BQ BQ in memory. may need to change places with upper line BQ EQ &A * 0.2 BQ of new RES RES EQ RES01 readd original RES BQ EQ &A readd original BQ but this needs the extra line to add the BQ back. and its not there. boy do I miss the macro functions of Excel. ;) c the prob? Gün.
Member for
20 years 7 monthsRE: adding RES BQ related to another RES
This does not work either.
IF RES EQ RES01
THEN RES EQ RES02
BQ EQ BQ * 0.2
RES AD RES01
BQ EQ BQ / 0.2
second BQ stays equal to zero
(0)
Member for
20 years 7 monthsRE: adding RES BQ related to another RES
readding the RES could solve the prob.
thus:
if RES EQ RES01
then RES EQ RES02 NEW
&A EQ BQ BQ in memory. may need to change places with upper line
BQ EQ &A * 0.2 BQ of new RES
RES EQ RES01 readd original RES
BQ EQ &A readd original BQ
but this needs the extra line to add the BQ back. and its not there. boy do I miss the macro functions of Excel. ;)
c the prob?
Gün.