#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 361
Default Copy Formula

I have this formula:

=IF(ISNUMBER(C6/B6);(C6/B6);0)

Is there a way to copy the formula in each cell in the row so that the
division will work like this:

next cell in row (E6/D6)
next cell in row (G6/F6)

and so on.

Thank you in advance
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 695
Default Copy Formula

=INDIRECT(CHAR(COLUMN()*2+63)&6)/INDIRECT(CHAR(COLUMN()*2+62)&6)


"carl" skrev:

I have this formula:

=IF(ISNUMBER(C6/B6);(C6/B6);0)

Is there a way to copy the formula in each cell in the row so that the
division will work like this:

next cell in row (E6/D6)
next cell in row (G6/F6)

and so on.

Thank you in advance

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 361
Default Copy Formula

Thank you so much for your help.

I did not copy my original formula correcty in the original post.

My original formula is this:

=IF(ISNUMBER(Sheet4!C6/Sheet4!B6);(Sheet4!C6/Sheet4!B6);0)

What to do ?

Thanks again.

"excelent" wrote:

=INDIRECT(CHAR(COLUMN()*2+63)&6)/INDIRECT(CHAR(COLUMN()*2+62)&6)


"carl" skrev:

I have this formula:

=IF(ISNUMBER(C6/B6);(C6/B6);0)

Is there a way to copy the formula in each cell in the row so that the
division will work like this:

next cell in row (E6/D6)
next cell in row (G6/F6)

and so on.

Thank you in advance

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 695
Default Copy Formula

try
=OFFSET(Sheet4!$A$6,0,COLUMN()*2-2)/OFFSET(Sheet4!$A$6,0,COLUMN()*2-3)


"carl" skrev:

Thank you so much for your help.

I did not copy my original formula correcty in the original post.

My original formula is this:

=IF(ISNUMBER(Sheet4!C6/Sheet4!B6);(Sheet4!C6/Sheet4!B6);0)

What to do ?

Thanks again.

"excelent" wrote:

=INDIRECT(CHAR(COLUMN()*2+63)&6)/INDIRECT(CHAR(COLUMN()*2+62)&6)


"carl" skrev:

I have this formula:

=IF(ISNUMBER(C6/B6);(C6/B6);0)

Is there a way to copy the formula in each cell in the row so that the
division will work like this:

next cell in row (E6/D6)
next cell in row (G6/F6)

and so on.

Thank you in advance

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
copy formula down a column and have cell references change within formula brad New Users to Excel 5 May 13th 07 04:38 PM
want to copy formula, only change one number in formula cac1966 Excel Worksheet Functions 3 March 12th 07 10:39 PM
Copy Formula Down Without Changing Entire Formula roy.okinawa Excel Discussion (Misc queries) 3 March 16th 06 01:54 AM
Copy/Paste how to avoid the copy of formula cells w/o calc values Dennis Excel Discussion (Misc queries) 10 March 2nd 06 10:47 PM
Copy formula so destination displays formula as text Omunene Excel Discussion (Misc queries) 2 September 30th 05 06:28 PM


All times are GMT +1. The time now is 08:55 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"