Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In C1, you probably want something like:
=if(b1="X",c1,"") Regards, Fred. "nradel" wrote in message ... 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 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Nradel
Type this formula in C1, =IF(B1="x",A1,"") Regards Cimjet "nradel" wrote in message ... 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Making macro | Excel Discussion (Misc queries) | |||
Seeking example of buget vs. actual for multiple team members | Charts and Charting in Excel | |||
Making #N/A zero or - | Excel Discussion (Misc queries) | |||
Making N/A become a zero | Excel Worksheet Functions | |||
making changes | Excel Worksheet Functions |