+ Reply to Thread
Results 1 to 7 of 7

cell value goes up by one count

Hybrid View

  1. #1
    rajkohli
    Guest

    RE: cell value goes up by one count

    =sheet1!(a1).

    I think you are asking for this formula. It will change the value of current
    cell (doesn't matter on which sheet you are currently working) to value of
    Sheet 1's A1 cell. Means if Sheet 1 A1 = 100 and you are currently working on
    Sheet 2 F1, then this formula will show the F1 value to 100 and if you will
    change the value of A1 from Sheet 1 then it will automatically changed on
    Sheet 2 as well.

    Hope this will help, let us know!
    "A.R.J Allan Jefferys" wrote:

    > ,Hello Again
    >
    > Could i get some help with this.
    > How does one get an activecell , that has a value of 1, that is copied from
    > sheet1 to sheet2 so that the value changes from 1 to a 2 and so on depending
    > on how many times I copy a sheet.
    >
    > I hope this makes sense
    >
    > Thanks in Advance
    > Allan
    >
    >


  2. #2
    A.R.J Allan Jefferys
    Guest

    RE: cell value goes up by one count

    Hi rajkohli

    Thanks for the reply.
    Sorry it did'nt, because I failed to mention that the activecell is is an
    entirerow, so when it pastes to the new sheet it removes the formula. Is
    there a way to turn a 1 into a 2 after it has been copied to the newsheet.

    "rajkohli" wrote:

    > =sheet1!(a1).
    >
    > I think you are asking for this formula. It will change the value of current
    > cell (doesn't matter on which sheet you are currently working) to value of
    > Sheet 1's A1 cell. Means if Sheet 1 A1 = 100 and you are currently working on
    > Sheet 2 F1, then this formula will show the F1 value to 100 and if you will
    > change the value of A1 from Sheet 1 then it will automatically changed on
    > Sheet 2 as well.
    >
    > Hope this will help, let us know!
    > "A.R.J Allan Jefferys" wrote:
    >
    > > ,Hello Again
    > >
    > > Could i get some help with this.
    > > How does one get an activecell , that has a value of 1, that is copied from
    > > sheet1 to sheet2 so that the value changes from 1 to a 2 and so on depending
    > > on how many times I copy a sheet.
    > >
    > > I hope this makes sense
    > >
    > > Thanks in Advance
    > > Allan
    > >
    > >


  3. #3
    rajkohli
    Guest

    RE: cell value goes up by one count

    Sorry but I think I didn't get your point but I have tried somethin'. Let us
    know, if this one helps you.

    I have sheet 1 with:

    A1 = 1, B1 = 2, C1 = 3, D1 = 4, E1 = 5

    I would like to copy these values to Sheet 2 while increasing value with +1.
    So, on sheet second I use a formula.

    Sheet 2

    =sheet1!a1+1

    Then I copy that formula to entire row. it work fine. Hope it does the same
    for you.

    "A.R.J Allan Jefferys" wrote:

    > Hi rajkohli
    >
    > Thanks for the reply.
    > Sorry it did'nt, because I failed to mention that the activecell is is an
    > entirerow, so when it pastes to the new sheet it removes the formula. Is
    > there a way to turn a 1 into a 2 after it has been copied to the newsheet.
    >
    > "rajkohli" wrote:
    >
    > > =sheet1!(a1).
    > >
    > > I think you are asking for this formula. It will change the value of current
    > > cell (doesn't matter on which sheet you are currently working) to value of
    > > Sheet 1's A1 cell. Means if Sheet 1 A1 = 100 and you are currently working on
    > > Sheet 2 F1, then this formula will show the F1 value to 100 and if you will
    > > change the value of A1 from Sheet 1 then it will automatically changed on
    > > Sheet 2 as well.
    > >
    > > Hope this will help, let us know!
    > > "A.R.J Allan Jefferys" wrote:
    > >
    > > > ,Hello Again
    > > >
    > > > Could i get some help with this.
    > > > How does one get an activecell , that has a value of 1, that is copied from
    > > > sheet1 to sheet2 so that the value changes from 1 to a 2 and so on depending
    > > > on how many times I copy a sheet.
    > > >
    > > > I hope this makes sense
    > > >
    > > > Thanks in Advance
    > > > Allan
    > > >
    > > >


  4. #4
    A.R.J Allan Jefferys
    Guest

    RE: cell value goes up by one count

    Thankyou

    Its does, but that is not what i was looking for, however i do have it
    sorted now using vb.
    regards Allan

    "rajkohli" wrote:

    > Sorry but I think I didn't get your point but I have tried somethin'. Let us
    > know, if this one helps you.
    >
    > I have sheet 1 with:
    >
    > A1 = 1, B1 = 2, C1 = 3, D1 = 4, E1 = 5
    >
    > I would like to copy these values to Sheet 2 while increasing value with +1.
    > So, on sheet second I use a formula.
    >
    > Sheet 2
    >
    > =sheet1!a1+1
    >
    > Then I copy that formula to entire row. it work fine. Hope it does the same
    > for you.
    >
    > "A.R.J Allan Jefferys" wrote:
    >
    > > Hi rajkohli
    > >
    > > Thanks for the reply.
    > > Sorry it did'nt, because I failed to mention that the activecell is is an
    > > entirerow, so when it pastes to the new sheet it removes the formula. Is
    > > there a way to turn a 1 into a 2 after it has been copied to the newsheet.
    > >
    > > "rajkohli" wrote:
    > >
    > > > =sheet1!(a1).
    > > >
    > > > I think you are asking for this formula. It will change the value of current
    > > > cell (doesn't matter on which sheet you are currently working) to value of
    > > > Sheet 1's A1 cell. Means if Sheet 1 A1 = 100 and you are currently working on
    > > > Sheet 2 F1, then this formula will show the F1 value to 100 and if you will
    > > > change the value of A1 from Sheet 1 then it will automatically changed on
    > > > Sheet 2 as well.
    > > >
    > > > Hope this will help, let us know!
    > > > "A.R.J Allan Jefferys" wrote:
    > > >
    > > > > ,Hello Again
    > > > >
    > > > > Could i get some help with this.
    > > > > How does one get an activecell , that has a value of 1, that is copied from
    > > > > sheet1 to sheet2 so that the value changes from 1 to a 2 and so on depending
    > > > > on how many times I copy a sheet.
    > > > >
    > > > > I hope this makes sense
    > > > >
    > > > > Thanks in Advance
    > > > > Allan
    > > > >
    > > > >


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1