Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Ken Proj mgr
 
Posts: n/a
Default Formula format in excel that returns an "error" if there is a blan

I am adding monthly data and I need to get 12 months worth. Is there a
formula that will result in an "error" if I have a zero in one of the cells?
Can this be conditionally formatted to pick up the missing data?

Column "A" has data that is input. Column "B" needs to sum 12 cells from
Column "A", example =sum(a1:a12). How to format when column "A" has yet to
get data.
  #2   Report Post  
Posted to microsoft.public.excel.misc
Gazeta
 
Posts: n/a
Default Formula format in excel that returns an "error" if there is a blan


U¿ytkownik "Ken Proj mgr" napisa³ w
wiadomo¶ci ...
I am adding monthly data and I need to get 12 months worth. Is there a
formula that will result in an "error" if I have a zero in one of the

cells?
Can this be conditionally formatted to pick up the missing data?

Column "A" has data that is input. Column "B" needs to sum 12 cells from
Column "A", example =sum(a1:a12). How to format when column "A" has yet to
get data.


try to combine if and min(your range)
mcg


  #3   Report Post  
Posted to microsoft.public.excel.misc
CLR
 
Posts: n/a
Default Formula format in excel that returns an "error" if there is a blan

Maybe..........

=IF(COUNTIF(A1:A12,"0")=12,SUM(A1:A12),"ERROR")

Vaya con Dios,
Chuck, CABGx3




"Ken Proj mgr" wrote:

I am adding monthly data and I need to get 12 months worth. Is there a
formula that will result in an "error" if I have a zero in one of the cells?
Can this be conditionally formatted to pick up the missing data?

Column "A" has data that is input. Column "B" needs to sum 12 cells from
Column "A", example =sum(a1:a12). How to format when column "A" has yet to
get data.

  #4   Report Post  
Posted to microsoft.public.excel.misc
Ken Proj mgr
 
Posts: n/a
Default Formula format in excel that returns an "error" if there is a

MCG,
Could you please give an example.

"Gazeta" wrote:


U¿ytkownik "Ken Proj mgr" napisa³ w
wiadomo¶ci ...
I am adding monthly data and I need to get 12 months worth. Is there a
formula that will result in an "error" if I have a zero in one of the

cells?
Can this be conditionally formatted to pick up the missing data?

Column "A" has data that is input. Column "B" needs to sum 12 cells from
Column "A", example =sum(a1:a12). How to format when column "A" has yet to
get data.


try to combine if and min(your range)
mcg



  #5   Report Post  
Posted to microsoft.public.excel.misc
Ken Proj mgr
 
Posts: n/a
Default Formula format in excel that returns an "error" if there is a

Chuck,
IT WORKS....... YOU SIR ARE THE MAN!!!

THANK YOU.

KEN

"CLR" wrote:

Maybe..........

=IF(COUNTIF(A1:A12,"0")=12,SUM(A1:A12),"ERROR")

Vaya con Dios,
Chuck, CABGx3




"Ken Proj mgr" wrote:

I am adding monthly data and I need to get 12 months worth. Is there a
formula that will result in an "error" if I have a zero in one of the cells?
Can this be conditionally formatted to pick up the missing data?

Column "A" has data that is input. Column "B" needs to sum 12 cells from
Column "A", example =sum(a1:a12). How to format when column "A" has yet to
get data.



  #6   Report Post  
Posted to microsoft.public.excel.misc
CLR
 
Posts: n/a
Default Formula format in excel that returns an "error" if there is a

Happy to help.......thanks for the feedback.

Vaya con Dios,
Chuck, CABGx3



"Ken Proj mgr" wrote:

Chuck,
IT WORKS....... YOU SIR ARE THE MAN!!!

THANK YOU.

KEN

"CLR" wrote:

Maybe..........

=IF(COUNTIF(A1:A12,"0")=12,SUM(A1:A12),"ERROR")

Vaya con Dios,
Chuck, CABGx3




"Ken Proj mgr" wrote:

I am adding monthly data and I need to get 12 months worth. Is there a
formula that will result in an "error" if I have a zero in one of the cells?
Can this be conditionally formatted to pick up the missing data?

Column "A" has data that is input. Column "B" needs to sum 12 cells from
Column "A", example =sum(a1:a12). How to format when column "A" has yet to
get data.

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
Convert Excel 4 formula to Excel 2003 format The Gasell Excel Worksheet Functions 3 April 12th 06 05:07 PM
excel array formula gordo Excel Worksheet Functions 14 October 18th 05 05:19 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 07:48 PM
Can Excel represent formula in textural format with values substi. BoneR Excel Worksheet Functions 7 March 31st 05 03:11 PM
Make Change Case in Excel a format rather than formula Kevin Excel Worksheet Functions 1 March 18th 05 08:53 PM


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