#1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1
Default formula

a b c
d
1 Mon 0 0.00% 100% 100%
2 Tue -5141 -7.32% 93% 100%
3 Wed -5181 -7.84% 92% 100%
4 Thu 0 0.00% 100% 100%
5 fri 0 0.00% 100% 100%

6 Totals -10322 -3.15% 97% 100%

Sorry if i get this wrong how do i wright this as formula if more than 2
cells in B have a -% then c6 =d6-b6 if not more than two cells then c6
should read 100%
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3,365
Default formula

In C6:
=IF(COUNTIF(C1:C5,"<0")2,D6-B6,1)
if C6 is formatted as %, then it will display 100% when there less than 3
negative values in B1:B5.

"highlander_jlp" wrote:

a b c
d
1 Mon 0 0.00% 100% 100%
2 Tue -5141 -7.32% 93% 100%
3 Wed -5181 -7.84% 92% 100%
4 Thu 0 0.00% 100% 100%
5 fri 0 0.00% 100% 100%

6 Totals -10322 -3.15% 97% 100%

Sorry if i get this wrong how do i wright this as formula if more than 2
cells in B have a -% then c6 =d6-b6 if not more than two cells then c6
should read 100%

  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1
Default formula

JLatham thank you this works for me thank you again

"JLatham" wrote:

In C6:
=IF(COUNTIF(C1:C5,"<0")2,D6-B6,1)
if C6 is formatted as %, then it will display 100% when there less than 3
negative values in B1:B5.

"highlander_jlp" wrote:

a b c
d
1 Mon 0 0.00% 100% 100%
2 Tue -5141 -7.32% 93% 100%
3 Wed -5181 -7.84% 92% 100%
4 Thu 0 0.00% 100% 100%
5 fri 0 0.00% 100% 100%

6 Totals -10322 -3.15% 97% 100%

Sorry if i get this wrong how do i wright this as formula if more than 2
cells in B have a -% then c6 =d6-b6 if not more than two cells then c6
should read 100%

  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3,365
Default formula

Glad to hear it, and thanks for the thanks! Much appreciated.

"highlander_jlp" wrote:

JLatham thank you this works for me thank you again

"JLatham" wrote:

In C6:
=IF(COUNTIF(C1:C5,"<0")2,D6-B6,1)
if C6 is formatted as %, then it will display 100% when there less than 3
negative values in B1:B5.

"highlander_jlp" wrote:

a b c
d
1 Mon 0 0.00% 100% 100%
2 Tue -5141 -7.32% 93% 100%
3 Wed -5181 -7.84% 92% 100%
4 Thu 0 0.00% 100% 100%
5 fri 0 0.00% 100% 100%

6 Totals -10322 -3.15% 97% 100%

Sorry if i get this wrong how do i wright this as formula if more than 2
cells in B have a -% then c6 =d6-b6 if not more than two cells then c6
should read 100%

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
Reusing formula Tony29 Excel Discussion (Misc queries) 7 September 7th 06 03:34 AM
2 Nesting questions Starchaser Excel Worksheet Functions 7 January 20th 06 06:53 PM
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM


All times are GMT +1. The time now is 06:40 PM.

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"