View Single Post
  #4   Report Post  
bj
 
Posts: n/a
Default

This may be a second response
I am not familiar with the functions
but Why do you have the Sheet1! in front of the second sheet equation?
if it is the cells you need from sheet1 try
=DOLLARFR(DOLLARDE(Sheet1!$O$5,60)-DOLLARDE(Sheet1!$N$5,60),60)

"Steved" wrote:

Hello from Steved

If I try the below formula in sheet1
=DOLLARFR(DOLLARDE($O$5,60)-DOLLARDE($N$5,60),60) it works fine but in Sheet2
a get an error #NAME!

=Sheet1!DOLLARFR(DOLLARDE($O$5,60)-DOLLARDE($N$5,60),60)

What do I need to do to correct this please.

Thankyou.