PC Review


Reply
Thread Tools Rate Thread

conditional sum - copyng formula

 
 
offcott
Guest
Posts: n/a
 
      20th Jun 2008
I have conditionla sum formula in one cell which I wish to :
a) copy across to another sheet in same workboo
b) copy into other cells on same sheet but incremant the values in the
formula, I wsih to change complete to new, butwhen I copy to another cell I
and change the word I get error, probably because I cannot change the
destination cell.

Cheers

=SUM(IF($C$2:$C$701="Capability",IF($H$2:$H$701="Complete",IF($I$2:$I$701="Administrator",$B$2:$B$701,0),0),0))
 
Reply With Quote
 
 
 
 
Joel
Guest
Posts: n/a
 
      20th Jun 2008
If you paste the formula into the cell then you have the permission to
changge the cell. Editing formulas can cause problems. first, never use the
backspace key (it changes the address in the formula). Click on the cell
then do the editing in the F(x) box at the top of the worksheet. Click on
the first character of Complete the press the delete key to delete character
one at a time. Then enter new characters. Then click on worksheet to end the
editing of the formula.

"offcott" wrote:

> I have conditionla sum formula in one cell which I wish to :
> a) copy across to another sheet in same workboo
> b) copy into other cells on same sheet but incremant the values in the
> formula, I wsih to change complete to new, butwhen I copy to another cell I
> and change the word I get error, probably because I cannot change the
> destination cell.
>
> Cheers
>
> =SUM(IF($C$2:$C$701="Capability",IF($H$2:$H$701="Complete",IF($I$2:$I$701="Administrator",$B$2:$B$701,0),0),0))

 
Reply With Quote
 
Sandy Mann
Guest
Posts: n/a
 
      20th Jun 2008
What version of XL are you using Joel?

> changge the cell. Editing formulas can cause problems. first, never use
> the
> backspace key (it changes the address in the formula)


The Backspace works just fine for me in XL 97. You are not thinking about
the arrow keys in Conditional Formatting where they do enter new cell
references are you? Whereas:

> backspace key (it changes the address in the formula). Click on the cell
> then do the editing in the F(x) box at the top of the worksheet. Click on
> the first character of Complete the press the delete key to delete
> character
> one at a time. Then enter new characters. Then click on worksheet to end
> the
> editing of the formula.


In the fx dialog box clicking on the worksheet *will* enter the cell
reference for that cell and does not end the editing of the formula.

--
Puzzled,

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings

(E-Mail Removed)
Replace @mailinator.com with @tiscali.co.uk


"Joel" <(E-Mail Removed)> wrote in message
news:7899936B-0E38-4535-AE7A-(E-Mail Removed)...
> If you paste the formula into the cell then you have the permission to
> changge the cell. Editing formulas can cause problems. first, never use
> the
> backspace key (it changes the address in the formula). Click on the cell
> then do the editing in the F(x) box at the top of the worksheet. Click on
> the first character of Complete the press the delete key to delete
> character
> one at a time. Then enter new characters. Then click on worksheet to end
> the
> editing of the formula.
>
> "offcott" wrote:
>
>> I have conditionla sum formula in one cell which I wish to :
>> a) copy across to another sheet in same workboo
>> b) copy into other cells on same sheet but incremant the values in the
>> formula, I wsih to change complete to new, butwhen I copy to another cell
>> I
>> and change the word I get error, probably because I cannot change the
>> destination cell.
>>
>> Cheers
>>
>> =SUM(IF($C$2:$C$701="Capability",IF($H$2:$H$701="Complete",IF($I$2:$I$701="Administrator",$B$2:$B$701,0),0),0))

>



 
Reply With Quote
 
Joel
Guest
Posts: n/a
 
      20th Jun 2008
Excel 2003 . I habve the View - toolbars - standard to get the F(x) box.

"Sandy Mann" wrote:

> What version of XL are you using Joel?
>
> > changge the cell. Editing formulas can cause problems. first, never use
> > the
> > backspace key (it changes the address in the formula)

>
> The Backspace works just fine for me in XL 97. You are not thinking about
> the arrow keys in Conditional Formatting where they do enter new cell
> references are you? Whereas:
>
> > backspace key (it changes the address in the formula). Click on the cell
> > then do the editing in the F(x) box at the top of the worksheet. Click on
> > the first character of Complete the press the delete key to delete
> > character
> > one at a time. Then enter new characters. Then click on worksheet to end
> > the
> > editing of the formula.

>
> In the fx dialog box clicking on the worksheet *will* enter the cell
> reference for that cell and does not end the editing of the formula.
>
> --
> Puzzled,
>
> Sandy
> In Perth, the ancient capital of Scotland
> and the crowning place of kings
>
> (E-Mail Removed)
> Replace @mailinator.com with @tiscali.co.uk
>
>
> "Joel" <(E-Mail Removed)> wrote in message
> news:7899936B-0E38-4535-AE7A-(E-Mail Removed)...
> > If you paste the formula into the cell then you have the permission to
> > changge the cell. Editing formulas can cause problems. first, never use
> > the
> > backspace key (it changes the address in the formula). Click on the cell
> > then do the editing in the F(x) box at the top of the worksheet. Click on
> > the first character of Complete the press the delete key to delete
> > character
> > one at a time. Then enter new characters. Then click on worksheet to end
> > the
> > editing of the formula.
> >
> > "offcott" wrote:
> >
> >> I have conditionla sum formula in one cell which I wish to :
> >> a) copy across to another sheet in same workboo
> >> b) copy into other cells on same sheet but incremant the values in the
> >> formula, I wsih to change complete to new, butwhen I copy to another cell
> >> I
> >> and change the word I get error, probably because I cannot change the
> >> destination cell.
> >>
> >> Cheers
> >>
> >> =SUM(IF($C$2:$C$701="Capability",IF($H$2:$H$701="Complete",IF($I$2:$I$701="Administrator",$B$2:$B$701,0),0),0))

> >

>
>
>

 
Reply With Quote
 
offcott
Guest
Posts: n/a
 
      20th Jun 2008
Sorry I am using Excel2002, Managed to copy and edit, but what is the { used
for that I have to put in at the beginnig of the formula, after I use thisit
works, but why?

Eric

"Sandy Mann" wrote:

> What version of XL are you using Joel?
>
> > changge the cell. Editing formulas can cause problems. first, never use
> > the
> > backspace key (it changes the address in the formula)

>
> The Backspace works just fine for me in XL 97. You are not thinking about
> the arrow keys in Conditional Formatting where they do enter new cell
> references are you? Whereas:
>
> > backspace key (it changes the address in the formula). Click on the cell
> > then do the editing in the F(x) box at the top of the worksheet. Click on
> > the first character of Complete the press the delete key to delete
> > character
> > one at a time. Then enter new characters. Then click on worksheet to end
> > the
> > editing of the formula.

>
> In the fx dialog box clicking on the worksheet *will* enter the cell
> reference for that cell and does not end the editing of the formula.
>
> --
> Puzzled,
>
> Sandy
> In Perth, the ancient capital of Scotland
> and the crowning place of kings
>
> (E-Mail Removed)
> Replace @mailinator.com with @tiscali.co.uk
>
>
> "Joel" <(E-Mail Removed)> wrote in message
> news:7899936B-0E38-4535-AE7A-(E-Mail Removed)...
> > If you paste the formula into the cell then you have the permission to
> > changge the cell. Editing formulas can cause problems. first, never use
> > the
> > backspace key (it changes the address in the formula). Click on the cell
> > then do the editing in the F(x) box at the top of the worksheet. Click on
> > the first character of Complete the press the delete key to delete
> > character
> > one at a time. Then enter new characters. Then click on worksheet to end
> > the
> > editing of the formula.
> >
> > "offcott" wrote:
> >
> >> I have conditionla sum formula in one cell which I wish to :
> >> a) copy across to another sheet in same workboo
> >> b) copy into other cells on same sheet but incremant the values in the
> >> formula, I wsih to change complete to new, butwhen I copy to another cell
> >> I
> >> and change the word I get error, probably because I cannot change the
> >> destination cell.
> >>
> >> Cheers
> >>
> >> =SUM(IF($C$2:$C$701="Capability",IF($H$2:$H$701="Complete",IF($I$2:$I$701="Administrator",$B$2:$B$701,0),0),0))

> >

>
>
>

 
Reply With Quote
 
Joel
Guest
Posts: n/a
 
      20th Jun 2008
The bracket specifies an array. Usually I use Sumproduct which doesn't
require the bracket in 2003.

"offcott" wrote:

> Sorry I am using Excel2002, Managed to copy and edit, but what is the { used
> for that I have to put in at the beginnig of the formula, after I use thisit
> works, but why?
>
> Eric
>
> "Sandy Mann" wrote:
>
> > What version of XL are you using Joel?
> >
> > > changge the cell. Editing formulas can cause problems. first, never use
> > > the
> > > backspace key (it changes the address in the formula)

> >
> > The Backspace works just fine for me in XL 97. You are not thinking about
> > the arrow keys in Conditional Formatting where they do enter new cell
> > references are you? Whereas:
> >
> > > backspace key (it changes the address in the formula). Click on the cell
> > > then do the editing in the F(x) box at the top of the worksheet. Click on
> > > the first character of Complete the press the delete key to delete
> > > character
> > > one at a time. Then enter new characters. Then click on worksheet to end
> > > the
> > > editing of the formula.

> >
> > In the fx dialog box clicking on the worksheet *will* enter the cell
> > reference for that cell and does not end the editing of the formula.
> >
> > --
> > Puzzled,
> >
> > Sandy
> > In Perth, the ancient capital of Scotland
> > and the crowning place of kings
> >
> > (E-Mail Removed)
> > Replace @mailinator.com with @tiscali.co.uk
> >
> >
> > "Joel" <(E-Mail Removed)> wrote in message
> > news:7899936B-0E38-4535-AE7A-(E-Mail Removed)...
> > > If you paste the formula into the cell then you have the permission to
> > > changge the cell. Editing formulas can cause problems. first, never use
> > > the
> > > backspace key (it changes the address in the formula). Click on the cell
> > > then do the editing in the F(x) box at the top of the worksheet. Click on
> > > the first character of Complete the press the delete key to delete
> > > character
> > > one at a time. Then enter new characters. Then click on worksheet to end
> > > the
> > > editing of the formula.
> > >
> > > "offcott" wrote:
> > >
> > >> I have conditionla sum formula in one cell which I wish to :
> > >> a) copy across to another sheet in same workboo
> > >> b) copy into other cells on same sheet but incremant the values in the
> > >> formula, I wsih to change complete to new, butwhen I copy to another cell
> > >> I
> > >> and change the word I get error, probably because I cannot change the
> > >> destination cell.
> > >>
> > >> Cheers
> > >>
> > >> =SUM(IF($C$2:$C$701="Capability",IF($H$2:$H$701="Complete",IF($I$2:$I$701="Administrator",$B$2:$B$701,0),0),0))
> > >

> >
> >
> >

 
Reply With Quote
 
Sandy Mann
Guest
Posts: n/a
 
      20th Jun 2008
Sorry if I have caused confusion Eric, I was asking Joel what version of XL
he was using because his instructions do not work for me in XL97.

The { } around your formula,which should be put there by XL when you enter
the formula by pressing and holding the Ctrl and Shift keys whil you press
Enter tell Xl that it is an array formula and to work on each cell in the
ranges in the formula otherwise it will just use the first cell.

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings

(E-Mail Removed)
Replace @mailinator.com with @tiscali.co.uk


"offcott" <(E-Mail Removed)> wrote in message
news:AA63895B-F37A-45BD-842A-(E-Mail Removed)...
> Sorry I am using Excel2002, Managed to copy and edit, but what is the {
> used
> for that I have to put in at the beginnig of the formula, after I use
> thisit
> works, but why?
>
> Eric
>
> "Sandy Mann" wrote:
>
>> What version of XL are you using Joel?
>>
>> > changge the cell. Editing formulas can cause problems. first, never
>> > use
>> > the
>> > backspace key (it changes the address in the formula)

>>
>> The Backspace works just fine for me in XL 97. You are not thinking
>> about
>> the arrow keys in Conditional Formatting where they do enter new cell
>> references are you? Whereas:
>>
>> > backspace key (it changes the address in the formula). Click on the
>> > cell
>> > then do the editing in the F(x) box at the top of the worksheet. Click
>> > on
>> > the first character of Complete the press the delete key to delete
>> > character
>> > one at a time. Then enter new characters. Then click on worksheet to
>> > end
>> > the
>> > editing of the formula.

>>
>> In the fx dialog box clicking on the worksheet *will* enter the cell
>> reference for that cell and does not end the editing of the formula.
>>
>> --
>> Puzzled,
>>
>> Sandy
>> In Perth, the ancient capital of Scotland
>> and the crowning place of kings
>>
>> (E-Mail Removed)
>> Replace @mailinator.com with @tiscali.co.uk
>>
>>
>> "Joel" <(E-Mail Removed)> wrote in message
>> news:7899936B-0E38-4535-AE7A-(E-Mail Removed)...
>> > If you paste the formula into the cell then you have the permission to
>> > changge the cell. Editing formulas can cause problems. first, never
>> > use
>> > the
>> > backspace key (it changes the address in the formula). Click on the
>> > cell
>> > then do the editing in the F(x) box at the top of the worksheet. Click
>> > on
>> > the first character of Complete the press the delete key to delete
>> > character
>> > one at a time. Then enter new characters. Then click on worksheet to
>> > end
>> > the
>> > editing of the formula.
>> >
>> > "offcott" wrote:
>> >
>> >> I have conditionla sum formula in one cell which I wish to :
>> >> a) copy across to another sheet in same workboo
>> >> b) copy into other cells on same sheet but incremant the values in the
>> >> formula, I wsih to change complete to new, butwhen I copy to another
>> >> cell
>> >> I
>> >> and change the word I get error, probably because I cannot change the
>> >> destination cell.
>> >>
>> >> Cheers
>> >>
>> >> =SUM(IF($C$2:$C$701="Capability",IF($H$2:$H$701="Complete",IF($I$2:$I$701="Administrator",$B$2:$B$701,0),0),0))
>> >

>>
>>
>>

>



 
Reply With Quote
 
Gord Dibben
Guest
Posts: n/a
 
      20th Jun 2008
Sandy

When working in the formula is: dialog in CF, hit F2 key then you can use arrow
keys.

Same for the refers to: dialog in Insert>Name>Define.


Gord

On Fri, 20 Jun 2008 14:48:49 +0100, "Sandy Mann" <(E-Mail Removed)>
wrote:

>You are not thinking about
>the arrow keys in Conditional Formatting where they do enter new cell
>references are you?


 
Reply With Quote
 
Sandy Mann
Guest
Posts: n/a
 
      20th Jun 2008
Thank you for that Gord - that has been a bugbear to me for ages.

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings

(E-Mail Removed)
Replace @mailinator.com with @tiscali.co.uk


"Gord Dibben" <gorddibbATshawDOTca> wrote in message
news:(E-Mail Removed)...
> Sandy
>
> When working in the formula is: dialog in CF, hit F2 key then you can use
> arrow
> keys.
>
> Same for the refers to: dialog in Insert>Name>Define.
>
>
> Gord
>
> On Fri, 20 Jun 2008 14:48:49 +0100, "Sandy Mann"
> <(E-Mail Removed)>
> wrote:
>
>>You are not thinking about
>>the arrow keys in Conditional Formatting where they do enter new cell
>>references are you?

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I do a complex conditional in a conditional formatting formula Ray Stevens Microsoft Excel Discussion 7 12th Mar 2006 10:24 PM
Multiple conditional on conditional format formula Frank Kabel Microsoft Excel Programming 1 27th Jul 2004 06:24 PM
Re: Multiple conditional on conditional format formula Bob Phillips Microsoft Excel Programming 0 27th Jul 2004 05:30 PM
Error copyng file or folder =?Utf-8?B?Qm9iIFdha2VmaWVsZA==?= Microsoft Outlook Discussion 1 16th Jun 2004 04:41 AM
Copyng SAM from PDC to BDC Pirillo Microsoft Windows 2000 Active Directory 3 25th Oct 2003 05:30 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:00 PM.