Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default count a value in cell if the cell to the left has a certain Value

What formula can I write to count value in one cell if left cell value is a
certain criteria

Ex.
Column1 Column2
State farm 300


If Column has state farm count column 2's value.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,163
Default count a value in cell if the cell to the left has a certain Value

If you mean summing the values from column B when Column A is "State Farm"
then:
=SUMIF(A:A,"State Farm",B:B)

"Staholly" wrote:

What formula can I write to count value in one cell if left cell value is a
certain criteria

Ex.
Column1 Column2
State farm 300


If Column has state farm count column 2's value.

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
Count characters within a cell to the left of "/" robert New Users to Excel 7 December 14th 08 12:07 PM
How to select a cell to the left of the right aligned cell with th Dima Excel Discussion (Misc queries) 2 May 31st 07 08:19 AM
Limit character count in cell from left BMF Excel Discussion (Misc queries) 5 July 12th 06 06:11 PM
How to point to (select) a cell to the left from a cell where I enter the = equal sign? Dmitry Excel Discussion (Misc queries) 4 June 30th 06 06:49 AM
Please help! Macro to change cell contents based on cell to the left Jennifer[_8_] Excel Programming 7 March 4th 04 01:06 AM


All times are GMT +1. The time now is 11:06 AM.

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

About Us

"It's about Microsoft Excel"