ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Excel Formula (https://www.excelbanter.com/excel-discussion-misc-queries/175711-excel-formula.html)

Malcolm McMaster[_2_]

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.


FSt1

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.


Malcolm McMaster[_2_]

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.



All times are GMT +1. The time now is 08:45 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com