could any body tell me if it is possible to create a formula that allows you for example to input a number in worksheet 1 and for that number to automatically appear in worksheet 2?
This formula on any sheet would make the cell equal to Sheet 1 A1
=Sheet1!A1
Mike
> could any body tell me if it is possible to create a formula that allows you > for example to input a number in worksheet 1 and for that number to > automatically appear in worksheet 2?
> This formula on any sheet would make the cell equal to Sheet 1 A1 > [quoted text clipped - 5 lines] > > for example to input a number in worksheet 1 and for that number to > > automatically appear in worksheet 2?
If Sheet1 A1 is blank, the formula will return a 0
To trap for that..........=IF(Sheet1!A1="","",Sheet1!A1)
Gord Dibben MS Excel MVP
>thankyou so much > [quoted text clipped - 7 lines] >> > for example to input a number in worksheet 1 and for that number to >> > automatically appear in worksheet 2?