#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15
Default Excel Formula

How can I have a value from one cell transferred to an adjacent cell when a
neighbouring cell is empty.
Example: an amount invoiced to client is copied to another cell to be added
where there is no invoice number entered.
Purpose: values are entered when time sheets are completed. This provides a
running balance of time not billed until an invoice number is entered,then
the value opposite the invoice number is automatically omitted from the list.

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
Default Excel Formula

hi,
lets say that column a is where were enter the completed times
Column b is where they are copied to until invoice.
column c is invoice number
in column b enter.....
=if(C2="",A2,"")
if c2 is empty, display A2 else display nothing.

Regards
FSt1

"Malcolm McMaster" wrote:

How can I have a value from one cell transferred to an adjacent cell when a
neighbouring cell is empty.
Example: an amount invoiced to client is copied to another cell to be added
where there is no invoice number entered.
Purpose: values are entered when time sheets are completed. This provides a
running balance of time not billed until an invoice number is entered,then
the value opposite the invoice number is automatically omitted from the list.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15
Default Excel Formula

Works for me many thanks

"FSt1" wrote:

hi,
lets say that column a is where were enter the completed times
Column b is where they are copied to until invoice.
column c is invoice number
in column b enter.....
=if(C2="",A2,"")
if c2 is empty, display A2 else display nothing.

Regards
FSt1

"Malcolm McMaster" wrote:

How can I have a value from one cell transferred to an adjacent cell when a
neighbouring cell is empty.
Example: an amount invoiced to client is copied to another cell to be added
where there is no invoice number entered.
Purpose: values are entered when time sheets are completed. This provides a
running balance of time not billed until an invoice number is entered,then
the value opposite the invoice number is automatically omitted from the list.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 2002 Formula: Urgent Conditional Formula Required Right Away - if possible blue[_2_] Excel Discussion (Misc queries) 2 July 11th 07 06:08 PM
Build excel formula using field values as text in the formula val kilbane Excel Worksheet Functions 2 April 18th 07 01:52 PM
Excel 2002 formula displayed not value formula option not checked Dean Excel Worksheet Functions 1 February 28th 06 02:31 PM
How do I view formula results intead of formula in excel? davidinatlanta Excel Worksheet Functions 4 February 7th 06 03:02 PM
i edit a formula (excel) then it displays formula not answer caiman Excel Discussion (Misc queries) 2 September 9th 05 02:09 AM


All times are GMT +1. The time now is 12:35 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"