Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default formula partial change

Is there a way to carry a formula down cells and have only part of the
formula change. Need to reference the cell next to it, but not the
lookup formula. need to keep column C from changing, but need to have
B Cell Reference change, as I drop formula down.

I have 60-80 cells, and this get tedious.

=SUMPRODUCT(--EXACT('3-2007'!C1:C551,B54))+SUMPRODUCT(--EXACT('2-2007'!
C1:C551,B54))+SUMPRODUCT(--EXACT('1-2007'!C1:C551,B54))+SUMPRODUCT(--
EXACT('12-2006'!C1:C551,B54))

Thanks in advance.

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 142
Default formula partial change

On Mar 30, 11:49 am, "Jimbo" wrote:
Is there a way to carry a formula down cells and have only part of the
formula change. Need to reference the cell next to it, but not the
lookup formula. need to keep column C from changing, but need to have
B Cell Reference change, as I drop formula down.

I have 60-80 cells, and this get tedious.

=SUMPRODUCT(--EXACT('3-2007'!C1:C551,B54))+SUMPRODUCT(--EXACT('2-2007'!
C1:C551,B54))+SUMPRODUCT(--EXACT('1-2007'!C1:C551,B54))+SUMPRODUCT(--
EXACT('12-2006'!C1:C551,B54))

Thanks in advance.


=SUMPRODUCT(--EXACT('3-2007'!$C$1:$C$551,B54))+SUMPRODUCT(--
EXACT('2-2007'!$C$1:$C$551,B54))+SUMPRODUCT(--EXACT('1-2007'!$C$1:$C
$551,B54))*SUMPRODUCT(--EXACT('12-2006'!$C$1:$C$551,B54))

Anywhere you don't want the formula changing, put a $ sign. eg - you
want C1:C551 to remain static, put the $ in front of both the column
and row reference $C$1:$C$551. This copied down will remain exactly
like it is.

But if you want only the column reference to remain static, just put
the dollar infront of that part $C1:$C551. This when copied down will
turn to $C2:$C552

No $'s in the B references, as you mentioned you didn't want it to be
static.

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
formula to BOLD partial number israel New Users to Excel 2 August 11th 09 05:18 PM
If Formula When Contains Partial Word zeetoe04 Excel Worksheet Functions 5 July 18th 09 02:51 AM
Partial Text Color Change in Cell Rochelles Excel Discussion (Misc queries) 4 December 23rd 08 11:11 PM
Formula to calculate partial payments Jean Excel Worksheet Functions 4 December 29th 06 05:36 PM
format partial formula JC Excel Programming 1 June 23rd 05 06:59 PM


All times are GMT +1. The time now is 03:46 AM.

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

About Us

"It's about Microsoft Excel"