Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
tml41dmb
 
Posts: n/a
Default Function to not display until data entered

I'm setting up a profit spreadsheet with actual and quota figures. What
function do I use so that each month I can input the data and the function
will display everything else, without displaying wrong #s in the meantime.
ie...Just leave YTD function cell blank until 2006 March's Actual has been
put in. Sorry for the horrible wording, it's my 1st time posting on here.
Thanks.
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bernard Liengme
 
Posts: n/a
Default Function to not display until data entered

Not much to work with but it look like you need something like
=IF(some_cell_0, formula,"")
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"tml41dmb" wrote in message
...
I'm setting up a profit spreadsheet with actual and quota figures. What
function do I use so that each month I can input the data and the function
will display everything else, without displaying wrong #s in the meantime.
ie...Just leave YTD function cell blank until 2006 March's Actual has been
put in. Sorry for the horrible wording, it's my 1st time posting on here.
Thanks.



  #3   Report Post  
Posted to microsoft.public.excel.misc
David McRitchie
 
Posts: n/a
Default Function to not display until data entered

You can change your formula to create a null string.

=IF(A5="","",myfunction(arguments))

If you are into macros, you could use a Change Event macro to create the formula and insert the date.
http://www.mvps.org/dmcritchie/excel/event.htm
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"tml41dmb" wrote in message ...
I'm setting up a profit spreadsheet with actual and quota figures. What
function do I use so that each month I can input the data and the function
will display everything else, without displaying wrong #s in the meantime.
ie...Just leave YTD function cell blank until 2006 March's Actual has been
put in. Sorry for the horrible wording, it's my 1st time posting on here.
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
Math Experts - Function to compare where salary is compared to others have 800 rows of data Bob Excel Worksheet Functions 2 January 13th 06 02:51 AM
In 3 active sheets in wkbk, determine& display the # of sheets that have data wrpalmer Excel Discussion (Misc queries) 1 November 4th 05 02:01 PM
Manual entered data on excel ms query is misaligned after refresh Paul Mansfield Excel Discussion (Misc queries) 0 August 18th 05 04:28 PM
Why won't my newly entered data sort with old data ? laura Excel Discussion (Misc queries) 2 August 3rd 05 04:26 PM
DATA VALIDATION with LEFT function Gabe Excel Discussion (Misc queries) 2 May 6th 05 06:37 PM


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