#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 32
Default Conditional formula

Is there a way to create a formula for a group of cells? I am wanting it to
give me the sum of all the cells in Column F that correspond to the same row
from Column A if Column A has a certain value in that row's cell. There is
over 200 rows of information in these columns. Any help would be greatly
appreciated!
--
Martha
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Conditional formula

if Column A has a certain value in that row's cell.

What is that value?

If it's a number like, say, 10:

=SUMIF(A1:A200,10,F1:F200)

If it's a text string like, say, Yes:

=SUMIF(A1:A200,"Yes",F1:F200)

--
Biff
Microsoft Excel MVP


"Martha" wrote in message
...
Is there a way to create a formula for a group of cells? I am wanting it
to
give me the sum of all the cells in Column F that correspond to the same
row
from Column A if Column A has a certain value in that row's cell. There
is
over 200 rows of information in these columns. Any help would be greatly
appreciated!
--
Martha



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 32
Default Conditional formula

Yes, that worked!! I must have tried every formula but that one. Thank you
so much!!
--
Martha


"T. Valko" wrote:

if Column A has a certain value in that row's cell.


What is that value?

If it's a number like, say, 10:

=SUMIF(A1:A200,10,F1:F200)

If it's a text string like, say, Yes:

=SUMIF(A1:A200,"Yes",F1:F200)

--
Biff
Microsoft Excel MVP


"Martha" wrote in message
...
Is there a way to create a formula for a group of cells? I am wanting it
to
give me the sum of all the cells in Column F that correspond to the same
row
from Column A if Column A has a certain value in that row's cell. There
is
over 200 rows of information in these columns. Any help would be greatly
appreciated!
--
Martha




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Conditional formula

You're welcome. Thanks for the feedback!

--
Biff
Microsoft Excel MVP


"Martha" wrote in message
...
Yes, that worked!! I must have tried every formula but that one. Thank
you
so much!!
--
Martha


"T. Valko" wrote:

if Column A has a certain value in that row's cell.


What is that value?

If it's a number like, say, 10:

=SUMIF(A1:A200,10,F1:F200)

If it's a text string like, say, Yes:

=SUMIF(A1:A200,"Yes",F1:F200)

--
Biff
Microsoft Excel MVP


"Martha" wrote in message
...
Is there a way to create a formula for a group of cells? I am wanting
it
to
give me the sum of all the cells in Column F that correspond to the
same
row
from Column A if Column A has a certain value in that row's cell.
There
is
over 200 rows of information in these columns. Any help would be
greatly
appreciated!
--
Martha






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
Excel 2002 Formula: Urgent Conditional Formula Required Right Away - if possible blue[_2_] Excel Discussion (Misc queries) 2 July 11th 07 06:08 PM
Formula, Conditional Formula Needed Karl Excel Discussion (Misc queries) 12 June 23rd 07 04:12 AM
Conditional Formula to indicate Formula in cell SteveW New Users to Excel 9 August 2nd 06 01:12 AM
Need Conditional Formula MatthewFlinchem Excel Worksheet Functions 3 May 4th 06 02:29 PM
conditional formula? Justin Excel Discussion (Misc queries) 2 February 22nd 06 07:24 PM


All times are GMT +1. The time now is 06:17 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"