making a buget

  • Thread starter Thread starter nradel
  • Start date Start date
N

nradel

when I recieve a bill I want to enter the bill in my budget lets say in A1
then when I pay it I would like to put an X in B1 and would like the number
in A1 to copy to C1 showing it was paid
 
In C1, you probably want something like:

=if(b1="X",c1,"")

Regards,
Fred.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top