#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Formulae

I want the contents of 3 cells to move when i add a number in one of them.
e.g
Permanant info in A1 & C1. When I put a number into B1 I want the info in
A1 B1 & C1 to show in X1 Y1 & Z1.
Is that possible
Many thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,339
Default Formulae

in X1:

=IF(ISNUMBER($B$1),A1,"")

copy across to Y & Z

HTH

"againstallodds1606" wrote:

I want the contents of 3 cells to move when i add a number in one of them.
e.g
Permanant info in A1 & C1. When I put a number into B1 I want the info in
A1 B1 & C1 to show in X1 Y1 & Z1.
Is that possible
Many thanks

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,624
Default Formulae

One way:

X1: =IF($B1<"",A1,"")

Copy to Y1:Z1



In article ,
againstallodds1606
wrote:

I want the contents of 3 cells to move when i add a number in one of them.
e.g
Permanant info in A1 & C1. When I put a number into B1 I want the info in
A1 B1 & C1 to show in X1 Y1 & Z1.
Is that possible
Many thanks

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
formulae Gerald New Users to Excel 2 May 8th 06 09:23 PM
age formulae Gerald Excel Discussion (Misc queries) 10 April 11th 06 06:43 AM
3D formulae Steve Excel Discussion (Misc queries) 2 September 15th 05 08:28 AM
Formulae k f h Excel Worksheet Functions 6 July 19th 05 09:58 AM
Searching TEXT in formulae, rather than results of formulae AndyE Excel Worksheet Functions 1 July 15th 05 10:57 AM


All times are GMT +1. The time now is 03:49 PM.

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

About Us

"It's about Microsoft Excel"