Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
cloud
 
Posts: n/a
Default 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   Report Post  
Posted to microsoft.public.excel.misc
SludgeQuake
 
Posts: n/a
Default 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   Report Post  
Posted to microsoft.public.excel.misc
cloud
 
Posts: n/a
Default 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
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
Macro for Auto Fill carolini Excel Discussion (Misc queries) 2 December 6th 05 09:11 PM
stop auto fill from thinking for itself!!!!!!! 1vagrowr New Users to Excel 3 November 5th 05 03:27 PM
Auto Fill Options adarling Excel Discussion (Misc queries) 1 April 8th 05 03:09 AM
Auto fill option box disappeared sbrimley Excel Worksheet Functions 5 February 4th 05 03:21 AM
Auto Fill Options Patti B Excel Discussion (Misc queries) 3 December 9th 04 12:49 AM


All times are GMT +1. The time now is 09:31 AM.

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

About Us

"It's about Microsoft Excel"