Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default adding values in column D where cell in column A contains certain

Hi Folks,

Can anyone advise whether it's possible to add together all cells in column
D where the cell in the same row and column A contains specific text?

Thanks,
Will Francis
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,120
Default adding values in column D where cell in column A contains certain

Hi Will,

yes, not hard

=SUMIF(D:D,"value",A:A)

--
HTH

Bob Phillips

"William Francis" wrote in
message ...
Hi Folks,

Can anyone advise whether it's possible to add together all cells in

column
D where the cell in the same row and column A contains specific text?

Thanks,
Will Francis



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default adding values in column D where cell in column A contains cert

Thanks for that Bob. I have tried that, however this doesn't appear to work
as some cells only contain this text as part of the cell value, and not
necessarily at the start of the cell?

Sorry for not explaining that earlier.

Thanks,
Will

"Bob Phillips" wrote:

Hi Will,

yes, not hard

=SUMIF(D:D,"value",A:A)

--
HTH

Bob Phillips

"William Francis" wrote in
message ...
Hi Folks,

Can anyone advise whether it's possible to add together all cells in

column
D where the cell in the same row and column A contains specific text?

Thanks,
Will Francis




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,120
Default adding values in column D where cell in column A contains cert

Okay, next version :-)


=SUMIF(D:D,"*value*",A:A)

--
HTH

Bob Phillips

"William Francis" wrote in
message ...
Thanks for that Bob. I have tried that, however this doesn't appear to

work
as some cells only contain this text as part of the cell value, and not
necessarily at the start of the cell?

Sorry for not explaining that earlier.

Thanks,
Will

"Bob Phillips" wrote:

Hi Will,

yes, not hard

=SUMIF(D:D,"value",A:A)

--
HTH

Bob Phillips

"William Francis" wrote in
message ...
Hi Folks,

Can anyone advise whether it's possible to add together all cells in

column
D where the cell in the same row and column A contains specific text?

Thanks,
Will Francis






  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default adding values in column D where cell in column A contains cert

That's great Bob, thanks for your help.

Thanks,

Bob.


"Bob Phillips" wrote:

Okay, next version :-)


=SUMIF(D:D,"*value*",A:A)

--
HTH

Bob Phillips

"William Francis" wrote in
message ...
Thanks for that Bob. I have tried that, however this doesn't appear to

work
as some cells only contain this text as part of the cell value, and not
necessarily at the start of the cell?

Sorry for not explaining that earlier.

Thanks,
Will

"Bob Phillips" wrote:

Hi Will,

yes, not hard

=SUMIF(D:D,"value",A:A)

--
HTH

Bob Phillips

"William Francis" wrote in
message ...
Hi Folks,

Can anyone advise whether it's possible to add together all cells in
column
D where the cell in the same row and column A contains specific text?

Thanks,
Will Francis






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
Adding values across a row based on a corresponding column value Craig Deutsch Excel Worksheet Functions 9 December 2nd 08 05:14 AM
adding up vlookup values in one column and in between them observer Excel Discussion (Misc queries) 13 February 4th 08 03:42 AM
adding up vlookup values in one column and in between them observer Excel Worksheet Functions 13 February 4th 08 03:42 AM
Adding multiple values in one column based on multiple values of the same value (text) in another column [email protected] Excel Discussion (Misc queries) 1 May 16th 07 06:02 PM
Adding numerical values based on multiple values in another column Kazmaniac Excel Worksheet Functions 6 April 4th 07 08:53 PM


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

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"