I have the following table
Cell A3 has numerous values which i would like to extract and put into the correct column. I am looking for a formula (no macros or VBA) to input into each column (B-F) which will look at column A and extract the relevant value.
Cell A3 wont always have the same information available, for example might no show DY or WY every time so in this case columns D and E would be left blank.
Does anyone have any expertise in this and able to help?
Book1 | ||||||||
---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | |||
2 | Interval | FH | FC | DY | WY | YR | ||
3 | 32FH 50FC 10DY 15WY 20YR | 32 | 50 | 10 | 15 | 20 | ||
Sheet1 |
Cell A3 has numerous values which i would like to extract and put into the correct column. I am looking for a formula (no macros or VBA) to input into each column (B-F) which will look at column A and extract the relevant value.
Cell A3 wont always have the same information available, for example might no show DY or WY every time so in this case columns D and E would be left blank.
Does anyone have any expertise in this and able to help?