#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Formula Question

I have this formula entered, yet I don't have all of the data in yet. Right
now I only have data for Row 11.
=IF(SUM(Data!C10:C12)-SUM(Data!AK10:AK12)=0,"",SUM(Data!T10:T12)/(SUM(Data!C10:C12)-SUM(Data!AK10:AK12)))
Here is what each thing equals: C10=0, c11=95105, c12=0, t10=0,
t11=219810.98, t12=0, ak10=0, ak11=103240.7, ak12=0. I want to hide the
formula but keep it in the sheet until all of the data is input. Can anyone
help me do this?
Thanks,
Kati
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,344
Default Formula Question

Hi,

Suppose you need ALL the data before you want the formula to display, here
is one way

IF(COUNTA(C10:C12,AK10:AK12,T10:T12)<9,"",IF(SUM(D ata!C10:C12)-SUM(Data!AK10:AK12)=0,"",SUM(Data!T10:T12)/(SUM(Data!C10:C12)-SUM(Data!AK10:AK12))))

If any of the necessary cells are empty, then the total cells containing
anything will be <9.

If this helps, please click the Yes button.

--
Thanks,
Shane Devenshire


"Kati" wrote:

I have this formula entered, yet I don't have all of the data in yet. Right
now I only have data for Row 11.
=IF(SUM(Data!C10:C12)-SUM(Data!AK10:AK12)=0,"",SUM(Data!T10:T12)/(SUM(Data!C10:C12)-SUM(Data!AK10:AK12)))
Here is what each thing equals: C10=0, c11=95105, c12=0, t10=0,
t11=219810.98, t12=0, ak10=0, ak11=103240.7, ak12=0. I want to hide the
formula but keep it in the sheet until all of the data is input. Can anyone
help me do this?
Thanks,
Kati

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
IF formula question frozn1 Excel Discussion (Misc queries) 2 December 10th 06 06:52 AM
Formula question goodolehuskers Excel Worksheet Functions 1 July 19th 06 11:10 PM
Newbie Question - Subtraction Formula Question [email protected] Excel Discussion (Misc queries) 3 May 5th 06 05:50 PM
Formula question Craig Fletcher Excel Worksheet Functions 2 June 24th 05 03:58 PM
IF formula question Mad Dog Excel Discussion (Misc queries) 2 June 24th 05 03:50 PM


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