How to use Input cell and or view as a display cell

  • Thread starter Thread starter bob
  • Start date Start date
B

bob

How can one alter a cell from calculation in another cell?
What is wrong with this IF function? I have a hidden column
(column K), in one of the cells I am trying to calculate
if a total dollar amount in column N(not hidden), if that
value is equal to $0.00. Then another cell in column J(not
hidden) is equal to another cell in column C (not hidden).
My statement is as follows: =IF(N56=0,J57=C57,j57=0).
 
Bob,

A function cannot change any other cell. It can only return a
result in to the cell which called it.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
 
Hi
formulas can't change other cells. They can only return a value to the
cell in which they reside
 
Back
Top