#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Curtis
 
Posts: n/a
Default Conditions Help

I have a column(s) that can contain any value fron 0% to 100%, even #N/A.
What I need to do is look at each column and if the value is greater than 2%
I need that column to sum to 3.

For ex:

Col A Col B Col C Col D

0.00% 3.56% #N/A 5.00%


The total points, that are captured in column E are 6

Thanks


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JudithJubilee
 
Posts: n/a
Default Conditions Help

Hello Curtis

Try this:

=COUNTIF(A1:D1,"0.02")*3

Judith
--
Hope this helps


"Curtis" wrote:

I have a column(s) that can contain any value fron 0% to 100%, even #N/A.
What I need to do is look at each column and if the value is greater than 2%
I need that column to sum to 3.

For ex:

Col A Col B Col C Col D

0.00% 3.56% #N/A 5.00%


The total points, that are captured in column E are 6

Thanks


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Curtis
 
Posts: n/a
Default Conditions Help

thx

"JudithJubilee" wrote:

Hello Curtis

Try this:

=COUNTIF(A1:D1,"0.02")*3

Judith
--
Hope this helps


"Curtis" wrote:

I have a column(s) that can contain any value fron 0% to 100%, even #N/A.
What I need to do is look at each column and if the value is greater than 2%
I need that column to sum to 3.

For ex:

Col A Col B Col C Col D

0.00% 3.56% #N/A 5.00%


The total points, that are captured in column E are 6

Thanks


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 using 2 conditions, one of which being a "less than or equal to" - URGENT SamGB Excel Discussion (Misc queries) 2 February 15th 06 10:35 AM
COUNT using multiple conditions SamGB Excel Discussion (Misc queries) 2 February 9th 06 10:12 PM
More than 3 Conditional Formatting Conditions Beth H Excel Worksheet Functions 12 January 6th 06 07:35 PM
How to multiple conditions to validate more than 2 conditions to . Bhuvana Govind Excel Worksheet Functions 1 January 28th 05 07:07 PM
average on 2 conditions Ted Metro Excel Worksheet Functions 6 January 7th 05 08:23 PM


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