jim holtman wrote: > yourDF <- cbind(yourDF, f=yourDF$a+yourDF$b, g=yourDF$a * 3, > h=yourDF$c + yourDF$d) Thanks Jim, I also learned about the transform() method from Erik which will also work beautifully. Esmail