+ Reply to Thread
Results 1 to 3 of 3

Filling even or odd numbers into a chart

  1. #1
    Registered User
    Join Date
    09-13-2015
    Location
    Des Moines, Iowa
    MS-Off Ver
    Office 2013
    Posts
    6

    Filling even or odd numbers into a chart

    I am trying to fill in some numbers across the top row, and have the four cells below those numbers fill in as every other odd or even single digit number. That's hard to explain I'll attach a picture.


    Capture.PNG

  2. #2
    Registered User
    Join Date
    09-13-2015
    Location
    Des Moines, Iowa
    MS-Off Ver
    Office 2013
    Posts
    6

    Re: Filling even or odd numbers into a chart

    Maybe this will help explain. The numbers I enter into the top row, should automatically fill in the 4 cells below it. With odd numbers if the initial entry was odd or even numbers if the initial entry was even. It should use only single digit numbers and not the number that was initially used.

    example

    3 2 5 9 6 8 2

    5 4 7 1 8 0 4
    7 6 9 3 0 2 6
    9 8 1 5 2 4 8
    1 0 3 7 4 6 0

  3. #3
    Registered User
    Join Date
    09-13-2015
    Location
    Des Moines, Iowa
    MS-Off Ver
    Office 2013
    Posts
    6

    Re: Filling even or odd numbers into a chart

    I figured it out. I will post my solution in case it helps anyone else.

    =IF(J1=0,2,IF(J1=1,3,IF(J1=2,4,IF(J1=3,5,IF(J1=4,6,IF(J1=5,7,IF(J1=6,8,IF(J1=7,9,IF(J1=8,0,IF(J1=9,1))))))))))

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. HELP! Cell filling by row numbers????
    By pjhdude in forum Excel General
    Replies: 6
    Last Post: 03-12-2015, 09:08 AM
  2. Filling 2 numbers with an interval
    By Michael_BU in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-02-2014, 09:49 AM
  3. Filling 2 numbers with an interval
    By Michael_BU in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-02-2014, 09:46 AM
  4. [SOLVED] Filling in Relative with name and numbers
    By Shimazu in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-17-2014, 07:53 AM
  5. [SOLVED] Filling a column with different numbers
    By kuntalnr in forum Excel General
    Replies: 4
    Last Post: 02-07-2014, 10:27 AM
  6. Filling numbers
    By gaby58 in forum Excel General
    Replies: 6
    Last Post: 06-16-2007, 08:43 AM
  7. Filling the numbers
    By gaby58 in forum Excel General
    Replies: 1
    Last Post: 01-26-2007, 07:03 PM

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