Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default assign value based on criteria and total

I have cells from c9 to AB9 that are populated with 1 of 4 different letters.
I have been able to get a count based on the criteria but what I need to do
is this:
If c9 to ab9 have an "a" in it count as 1 but if it has a "b" in it count as
..5. Is this possible.
Thanks for any suggestions
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default assign value based on criteria and total

Hi,

Maybe this

=COUNTIF(C9:AB9,"a")+(COUNTIF(C9:AB9,"b")/2)

Mike

"rascal" wrote:

I have cells from c9 to AB9 that are populated with 1 of 4 different letters.
I have been able to get a count based on the criteria but what I need to do
is this:
If c9 to ab9 have an "a" in it count as 1 but if it has a "b" in it count as
.5. Is this possible.
Thanks for any suggestions

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
copy multiple records based on criteria or total amount David Excel Discussion (Misc queries) 22 July 29th 09 10:58 PM
Monthly Total report based on 2 or 3 criteria. VBA or Formula DbMstr Excel Discussion (Misc queries) 15 July 1st 07 10:37 PM
Lookup Value (and Total) Based on Two Criteria Skridlowe Excel Worksheet Functions 3 January 31st 07 08:10 PM
get a total based on criteria in two columns rar Excel Worksheet Functions 2 November 22nd 05 02:24 PM
Can I assign a rank based on a cells' value Jason Excel Worksheet Functions 1 March 10th 05 09:54 PM


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