View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
TBob TBob is offline
external usenet poster
 
Posts: 2
Default addition to a remote cell

I thought so. Thank you.
--
Tucson Bob


"Otto Moehrbach" wrote:

Bob
A formula can only return a value, and it can do so only in the cell in
which the formula resides. If you cannot place a formula into the cell you
want to add 1 to, you will need to do it via VBA. HTH Otto
"TBob" wrote in message
...
How can I write a formula to increase a different cell by 1 if an IF
ststement is true?
--
Tucson Bob