Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 65
Default Update total based on two columns

The cells in column C have either BP or SIA in them. In column J there is a
dollar amount. Every day I add data to columns C and J. I have a total for
SIA in cell N2 and a total for BP in cell N3. I need a formula to put into
cell N2 to sum all the values in column J if the corresponding cell in column
C has SIA in it. Also, cell N3 to sum all the values in column J if the
corresponding cell in column C has BP in it. Let me know if you don't
understand my question. Thank you.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Update total based on two columns

In N2
=SUMIF(C:C,"SIA",J:J)

In N3
=SUMIF(C:C,"BP",J:J)


If this post helps click Yes
---------------
Jacob Skaria


"Jambruins" wrote:

The cells in column C have either BP or SIA in them. In column J there is a
dollar amount. Every day I add data to columns C and J. I have a total for
SIA in cell N2 and a total for BP in cell N3. I need a formula to put into
cell N2 to sum all the values in column J if the corresponding cell in column
C has SIA in it. Also, cell N3 to sum all the values in column J if the
corresponding cell in column C has BP in it. Let me know if you don't
understand my question. Thank you.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 65
Default Update total based on two columns

perfect, thank you.

"Jacob Skaria" wrote:

In N2
=SUMIF(C:C,"SIA",J:J)

In N3
=SUMIF(C:C,"BP",J:J)


If this post helps click Yes
---------------
Jacob Skaria


"Jambruins" wrote:

The cells in column C have either BP or SIA in them. In column J there is a
dollar amount. Every day I add data to columns C and J. I have a total for
SIA in cell N2 and a total for BP in cell N3. I need a formula to put into
cell N2 to sum all the values in column J if the corresponding cell in column
C has SIA in it. Also, cell N3 to sum all the values in column J if the
corresponding cell in column C has BP in it. Let me know if you don't
understand my question. Thank you.

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
Grand total based on sub-total da Excel Discussion (Misc queries) 5 February 9th 09 07:43 PM
Total column changes colors when total equals sum of other columns newstacy New Users to Excel 1 April 21st 07 09:00 PM
get a total based on criteria in two columns rar Excel Worksheet Functions 2 November 22nd 05 02:24 PM
total based on one constant value Phill Costello Excel Discussion (Misc queries) 3 July 28th 05 08:46 AM
sum doesn't update total without double-click of cell David E. Gross Excel Discussion (Misc queries) 1 February 5th 05 12:44 AM


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