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

I am not familiar with these functions but
why do you have the Sheet1! in front of the DOLLARFR?
have you tried the equation on sheet 2 without the Sheet1!
Do you need some of the cells to be from Sheet1?
if so 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.