![]() |
Moving Cell Values
How can I get excel to separate cell values based on some form of conditional
statement? Such that entering a code such as 9999 in one cell will cause the value of another cell to shift into a different column. I am trying to distinguish between billable and non billable time. |
Moving Cell Values
Just use an extra cell (cells are cheap). Say if A1 is 9999 we want 13 to
appear in column C, otherwise 13 should appear in column D. 1. put 13 in B1 2. put =IF(A1=9999,B1,"") in C1 3. put =IF(A1=9999,"",B1) in D1 The 13 will move depending on whether you put 9999 in A1 or some other walue in A1. -- Gary''s Student - gsnu200763 "regdor" wrote: How can I get excel to separate cell values based on some form of conditional statement? Such that entering a code such as 9999 in one cell will cause the value of another cell to shift into a different column. I am trying to distinguish between billable and non billable time. |
All times are GMT +1. The time now is 06:03 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com