#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 17
Default Adding up a column

I have a couple of columns on my spreadsheet that have a "Y" or "N" answer.
I need to add up the number of "Y"s and multiply it by 33. What would be the
formula to this?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Adding up a column

Something like:

=COUNTIF(A:A,"Y")*33 + COUNTIF(C:C,"Y")*33

assuming columns A and C contain Y/N.

Hope this helps.

Pete

On Jan 20, 2:32*pm, Ronda wrote:
I have a couple of columns on my spreadsheet that have a "Y" or "N" answer. *
I need to add up the number of "Y"s and multiply it by 33. *What would be the
formula to this?


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Adding up a column

=COUNTIF(A1:B20,"Y")*33
Adjust the range reference to suit.
--
David Biddulph

"Ronda" wrote in message
...
I have a couple of columns on my spreadsheet that have a "Y" or "N" answer.
I need to add up the number of "Y"s and multiply it by 33. What would be
the
formula to this?



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
Column Chart - Adding text in the column in Excel 2007 Jennifer Charts and Charting in Excel 2 July 26th 08 02:58 PM
Excel 2000: Adding column D based on value in column A al Excel Worksheet Functions 6 April 10th 08 02:22 AM
Adding a Custom Column based on an existing Column (EXPERT) Sean W. Excel Worksheet Functions 4 January 16th 08 04:24 PM
Adding minutes in second column to times in first column Da Daniel Excel Worksheet Functions 2 August 24th 07 06:02 AM
Adding one column based on results from another column msbutton27 Excel Discussion (Misc queries) 1 October 17th 05 07:45 PM


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