Jewells0905
New Member
- Joined
- Mar 10, 2024
- Messages
- 42
- Office Version
- 365
- Platform
- Windows
- MacOS
I am trying to translate the numbers from column D to text strings as follows: 0 = "A", 1 = "A#/Bb", 2 = "B", 3 = "C", 4 = "C#/Db", 5 = "D", 6 = "D#/Eb", 7 = "E", 8 = "F", 9 = "F#/Gb", 10 = "G", and 11 = "G#/Ab", into column E. This is the formula I'm using, which is not giving an error, but not quite correct. I'm getting A#Bb for all of them.
=IFS( D2= 0, "A", 1, "A#/Bb", 2, "B", 3, "C", 4,"C#/Db", 5, "D", 6, "D#/Eb", 7, "E", 8, "F", 9, "F#/Gb", 10, "G",11, "G#/Ab")
=IFS( D2= 0, "A", 1, "A#/Bb", 2, "B", 3, "C", 4,"C#/Db", 5, "D", 6, "D#/Eb", 7, "E", 8, "F", 9, "F#/Gb", 10, "G",11, "G#/Ab")
Year | Title | Artist | Key Orig | Key | Top 10 |
2010 | This Is the House That Doubt Built | A Day to Remember | 11 | A#/Bb | 0 |
2010 | Sticks & Bricks | A Day to Remember | 10 | A#/Bb | 0 |
2010 | All I Want | A Day to Remember | 2 | A#/Bb | 0 |
2010 | It's Complicated | A Day to Remember | 1 | A#/Bb | 0 |