Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 846
Default Can offset be used in this formula?

Can the offset be used in the below formula for the information in column "K"?

In column L have the the following formula's
L46 =MAX($I46*1000-$K$46*$J46,0)
L47 =MAX($I47*1000-$K$46*$J47,0)
....
L99 =MAX($I99*1000-$K$46*$J99,0)

What I'd like to do is to copy the fomula into columns M, N, O, ...

M47 =MAX($I47*1000-$K$47*$J47,0)
M48 =MAX($I48*1000-$K$47*$J48,0)
M49 =MAX($I49*1000-$K$47*$J49,0)
....

N48 =MAX($I48*1000-$K$48*$J48,0)
N49 =MAX($I49*1000-$K$48*$J49,0)
....

O50 =MAX($I50*1000-$K$50*$J50,0)
O51 =MAX($I51*1000-$K$50*$J51,0)
....


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 834
Default Can offset be used in this formula?

How about

N48: =MAX($I48*1000-OFFSET($K$47,COLUMN()-COLUMN(M1),0)*$J48,0)

--

HTH

Bob

"Brad" wrote in message
...
Can the offset be used in the below formula for the information in column
"K"?

In column L have the the following formula's
L46 =MAX($I46*1000-$K$46*$J46,0)
L47 =MAX($I47*1000-$K$46*$J47,0)
...
L99 =MAX($I99*1000-$K$46*$J99,0)

What I'd like to do is to copy the fomula into columns M, N, O, ...

M47 =MAX($I47*1000-$K$47*$J47,0)
M48 =MAX($I48*1000-$K$47*$J48,0)
M49 =MAX($I49*1000-$K$47*$J49,0)
...

N48 =MAX($I48*1000-$K$48*$J48,0)
N49 =MAX($I49*1000-$K$48*$J49,0)
...

O50 =MAX($I50*1000-$K$50*$J50,0)
O51 =MAX($I51*1000-$K$50*$J51,0)
...




  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 846
Default Can offset be used in this formula?

Thank you



"Bob Phillips" wrote:

How about

N48: =MAX($I48*1000-OFFSET($K$47,COLUMN()-COLUMN(M1),0)*$J48,0)

--

HTH

Bob

"Brad" wrote in message
...
Can the offset be used in the below formula for the information in column
"K"?

In column L have the the following formula's
L46 =MAX($I46*1000-$K$46*$J46,0)
L47 =MAX($I47*1000-$K$46*$J47,0)
...
L99 =MAX($I99*1000-$K$46*$J99,0)

What I'd like to do is to copy the fomula into columns M, N, O, ...

M47 =MAX($I47*1000-$K$47*$J47,0)
M48 =MAX($I48*1000-$K$47*$J48,0)
M49 =MAX($I49*1000-$K$47*$J49,0)
...

N48 =MAX($I48*1000-$K$48*$J48,0)
N49 =MAX($I49*1000-$K$48*$J49,0)
...

O50 =MAX($I50*1000-$K$50*$J50,0)
O51 =MAX($I51*1000-$K$50*$J51,0)
...




.

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
Offset Formula or Better Way David Excel Worksheet Functions 1 December 15th 08 09:16 AM
Offset Formula Sean Excel Worksheet Functions 1 October 5th 08 06:05 PM
Offset formula SHELL Excel Worksheet Functions 4 August 10th 08 03:37 AM
Compare Cell Values, Offset(-1,0), Offset(-1,-1), and xlFillDefaul RyGuy Excel Worksheet Functions 2 September 28th 07 10:54 PM
1 OFFSET FORMULA, I'M NOT SURE WHAT DOES IT MEAN!!!!!! HERNAN Excel Discussion (Misc queries) 2 July 9th 07 07:41 PM


All times are GMT +1. The time now is 09:11 PM.

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"