+ Reply to Thread
Results 1 to 3 of 3

Re: If auto fill is not allowed, then how do i go about doing it?

  1. #1
    cloud
    Guest

    Re: If auto fill is not allowed, then how do i go about doing it?

    The whole question is actually like this:
    Create a worksheet that gives in column B a list of all of the 4 digit years
    that are palindromes, beginning with 1001 in B6 and extending on down in
    ascending order. You may use other columns as well but the final answer for
    the row must be in coulmn B. Furthermore,all rows below row 7 must be the
    result of filling the cells in row 7 down the worksheet. You may not use Auto
    Fill.

  2. #2
    SludgeQuake
    Guest

    Re: If auto fill is not allowed, then how do i go about doing it?

    try entering the following formula in B7:
    =if(mid(b6,2,1)="9",11,110)+b6
    Hope that helps.
    - sludge

    "cloud" wrote:

    > The whole question is actually like this:
    > Create a worksheet that gives in column B a list of all of the 4 digit years
    > that are palindromes, beginning with 1001 in B6 and extending on down in
    > ascending order. You may use other columns as well but the final answer for
    > the row must be in coulmn B. Furthermore,all rows below row 7 must be the
    > result of filling the cells in row 7 down the worksheet. You may not use Auto
    > Fill.


  3. #3
    cloud
    Guest

    Re: If auto fill is not allowed, then how do i go about doing it?

    thank you so much for ur help

    "SludgeQuake" wrote:

    > try entering the following formula in B7:
    > =if(mid(b6,2,1)="9",11,110)+b6
    > Hope that helps.
    > - sludge
    >
    > "cloud" wrote:
    >
    > > The whole question is actually like this:
    > > Create a worksheet that gives in column B a list of all of the 4 digit years
    > > that are palindromes, beginning with 1001 in B6 and extending on down in
    > > ascending order. You may use other columns as well but the final answer for
    > > the row must be in coulmn B. Furthermore,all rows below row 7 must be the
    > > result of filling the cells in row 7 down the worksheet. You may not use Auto
    > > Fill.


+ 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