A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Copy & pasting formulas across workbook tabs



 
 
Thread Tools Display Modes
  #1  
Old June 7th, 2007, 09:10 PM posted to microsoft.public.excel.worksheet.functions
Anne Reichler
external usenet poster
 
Posts: 3
Default Copy & pasting formulas across workbook tabs

I have a formula that doesn't calculate correctly when I copy and paste it
across tabs in a workbook. The formula is :
=if(iserror(O17/O15),0,(O17/O15)). However when I type it in each cell it
will work correctly. There are many instances of this formulas and many tabs
and to have to type each one will take way too much time. Does anyone know
why this is happening and have suggestions on fixing?
  #2  
Old June 7th, 2007, 09:25 PM posted to microsoft.public.excel.worksheet.functions
Peo Sjoblom
external usenet poster
 
Posts: 3,232
Default Copy & pasting formulas across workbook tabs

Do you paste it into the same cell in each sheet?

if not you might want to use

=IF(ISERROR($O$17/$O$15),0,($O$17/$O$15))

if you want it in the same place in each sheet you can group the sheet first
and then paste it, that way you can do multiple sheets

Btw, what does "not calculate correctly" means, unexpected result?

If I copy that formula and paste it into other sheets it works fine



--
Regards,

Peo Sjoblom


"Anne Reichler" wrote in message
...
I have a formula that doesn't calculate correctly when I copy and paste it
across tabs in a workbook. The formula is :
=if(iserror(O17/O15),0,(O17/O15)). However when I type it in each cell it
will work correctly. There are many instances of this formulas and many
tabs
and to have to type each one will take way too much time. Does anyone
know
why this is happening and have suggestions on fixing?



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 06:51 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.