ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   How do I hide a cell's formula? (https://www.excelbanter.com/excel-programming/425281-how-do-i-hide-cells-formula.html)

Julie A

How do I hide a cell's formula?
 
I would like to hide the formula in a spreadsheet I am working on. Below is
an example of why. When someone enters the intake date, i want it to add 120
days to give them the 4 month interview date. But, I don't want the formula
in column c to show until B is entered

B C
Intake Date Anticipated 4 month interview date
3/25/2009 7/23/2009 (B2+120)


Per Jessen

How do I hide a cell's formula?
 
Hi

I think this formula is what you want in C2:

=IF(B2="","",B2+120)

Regards,
Per

"Julie A" <Julie skrev i meddelelsen
...
I would like to hide the formula in a spreadsheet I am working on. Below
is
an example of why. When someone enters the intake date, i want it to add
120
days to give them the 4 month interview date. But, I don't want the
formula
in column c to show until B is entered

B C
Intake Date Anticipated 4 month interview date
3/25/2009 7/23/2009 (B2+120)




All times are GMT +1. The time now is 11:58 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com