+ Reply to Thread
Results 1 to 3 of 3

want to Learn Music scales & intervals by using numbers and letters to represent notes

  1. #1
    Registered User
    Join Date
    03-13-2014
    Location
    New York City
    MS-Off Ver
    Excel 2007
    Posts
    2

    want to Learn Music scales & intervals by using numbers and letters to represent notes

    IF key of C has notes CDEFGABCDEFGABC progression, then notes
    1-2-3-4 : 2-3-4-5 : 3-4-5-6 will result in C D E F D E F G E F G A respectively


    I want to create note patterns regardless of scale type: Major, minor, modal etc in each of 12 keys. Music software exists but simple EXCEL formulas should be available or easily created.

  2. #2
    Forum Expert
    Join Date
    02-11-2014
    Location
    New York
    MS-Off Ver
    Excel 365 (Windows)
    Posts
    5,962

    Re: want to Learn Music scales & intervals by using numbers and letters to represent notes

    Create a table that has the key name in column A, and in column B the letter for a 1, etc. like

    Major C C D E F G H A B

    Name that sheet "Keys"

    Then use a formula like this
    =OFFSET(INDEX(Keys!$A:$A,MATCH($A4,Keys!$A:$A,FALSE),1),0,B4)
    Where A4 has the name of the key you are using, and B4 has the number you want to convert to a note. You can copy this formula to the right for a far as you need.
    Bernie Deitrick
    Excel MVP 2000-2010

  3. #3
    Registered User
    Join Date
    03-13-2014
    Location
    New York City
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: want to Learn Music scales & intervals by using numbers and letters to represent notes

    Bernie: THANKYOUVERYMUCH!! will work on it this weekend.

    jjsaspo (Joe Saporito)

+ 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. Replies: 4
    Last Post: 12-28-2012, 03:07 PM
  2. Need formula to generate song lyrics and music notes
    By brandonlaw in forum Excel General
    Replies: 11
    Last Post: 08-11-2012, 08:56 AM
  3. Using letters to represent values
    By scortereal in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-06-2012, 09:29 AM
  4. How to make a set of letters represent a value
    By MikeT6 in forum Excel General
    Replies: 3
    Last Post: 09-02-2008, 11:29 AM
  5. [SOLVED] how do i represent numbers with letters
    By cfitz in forum Excel - New Users/Basics
    Replies: 5
    Last Post: 02-07-2005, 01:16 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