ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Target Cells (https://www.excelbanter.com/excel-worksheet-functions/73541-target-cells.html)

Bohdon

Target Cells
 
Hello All, I am fairly new to Excel formula programing. I know enough to be dangerous. Could some please help me here.
I need a traget cell left empty until I enter a value in one or more of the other cells that are part of a formula. How can I accomplish this or is it even possible? If you need further explanation I would be glad to send you a sample of what I am trying to do.

Thanks again


dalymjl

Quote:

Originally Posted by Bohdon
I need a traget cell left empty until I enter a value in one or more of the other cells that are part of a formula. How can I accomplish this or is it even possible?

Not sure if this is what you want:
Suppose you want to add the contents of cell a1 to b1 and display the answer in c1, the formula for c1 is:

=IF(A1="","",A1+B1)

In other words, if A1 is blank display blank in c1 otherwise add a1 to b1

regards

mjd


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

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