Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
FC FC is offline
external usenet poster
 
Posts: 130
Default Don't show repeated totals when not adding

Hi, my issue is simple.
A

1 26.00 My formula adds A1+A2
A3+A4
2 4.00 and so on as I filled the even numbers.

3 30.00 In this example when I

4 2.00 have not put value in

5 32.00 A6 yet I want A7 "BLANK" too.

6

7 32.00

Thanks in advance.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,124
Default Don't show repeated totals when not adding

How about this to give nothing until both are filled?
=IF(COUNT(a1:a2)<2,"",a1+a2)

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"FC" wrote in message
...
Hi, my issue is simple.
A

1 26.00 My formula adds A1+A2
A3+A4
2 4.00 and so on as I filled the even numbers.

3 30.00 In this example when I

4 2.00 have not put value in

5 32.00 A6 yet I want A7 "BLANK" too.

6

7 32.00

Thanks in advance.


  #3   Report Post  
Posted to microsoft.public.excel.misc
FC FC is offline
external usenet poster
 
Posts: 130
Default Don't show repeated totals when not adding

That did it! Thanks Don Guillett

"Don Guillett" wrote:

How about this to give nothing until both are filled?
=IF(COUNT(a1:a2)<2,"",a1+a2)

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"FC" wrote in message
...
Hi, my issue is simple.
A

1 26.00 My formula adds A1+A2
A3+A4
2 4.00 and so on as I filled the even numbers.

3 30.00 In this example when I

4 2.00 have not put value in

5 32.00 A6 yet I want A7 "BLANK" too.

6

7 32.00

Thanks in advance.



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
Adding totals to new sheet Doug[_3_] Excel Worksheet Functions 9 August 1st 07 03:51 AM
adding up number of repeated names h20polo Excel Discussion (Misc queries) 13 June 7th 07 10:15 AM
how do I show 1st, 2nd, and 3rd most repeated non-numeric values? dboy Excel Worksheet Functions 2 April 2nd 07 04:08 PM
Adding totals after filtering The Countryman Excel Discussion (Misc queries) 2 March 5th 07 05:32 PM
can i show repeated values in a pivot table? DavidHawes Excel Discussion (Misc queries) 3 January 4th 07 06:08 PM


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