I would like to perform a calculation with each cell in a range from 2 worksheets and place the result in a range on a third worksheet. I thought I could use the For Each Cell in Range construct but I don't see how to reference the two ranges in a nested pair of For loops. I am sure there must be an simple/elegant way to do this. Can anyone tell me the best way to do this?