98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Microsoft Excel Training and help » excel course - Displaying Formulae
excel course - Displaying Formulae
Resolved · Low Priority · Version Standard
Simon has attended:
Excel Intermediate course
Displaying Formulae
when i put a formula into a cell that depends on other data being entered into the spreadsheet is there any way that the cell can be displayed as a "blank" untill the other info has been entered? Hope this makes sense!!
RE: Displaying Formulae
hi Simon.
this can be done, by using the ISBLANK function. if you have a formula such as =if(A1>=10,"yes","no") The cell in which your formula is in, will always return "no" when there is nothing in cell A1
what you can do is tell the computer to display nothing if the cell is blank:
=IF(ISBLANK(A1),"",IF(A1>=10,"yes","no"))
Hope you can work this round your own formulae
Paul
Training information:
See also:
Welcome. Please choose your application (eg. Excel) and then post your question. Our Microsoft Qualified trainers will then respond within 24 hours (working days). Frequently Asked Questions
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Excel tip:The Easiest and Quickest Way to use Autosum in Excel 2010Autosum is used frequently in Excel. As with almost every feature of Excel, there are more ways than one to use each feature. Below is the simplest way to use the Autosum feature. |