Gavin Harrison
New Member
- Joined
- May 2, 2017
- Messages
- 34
Hi All.
Im looking to combine the results of 3 if statements into one cell as well as add static data from another cell at the end.
I have the below formula so far:
=IFERROR(IF(NOT(A1="HSK"),"", B1&" / "&IF(NOT(C1="HSK"),"",D1&" / "&IF(NOT(H1="HSK"),"", F1&" / ")))&G1,"")
The data in all the cells will be text.
In the example below with the working formula entered in H1, i would like the below result.
The formula that i have posted above, does kind of work, but sometimes misses out some of the responses.
Any help greatly appreciated.
Thanks
Im looking to combine the results of 3 if statements into one cell as well as add static data from another cell at the end.
I have the below formula so far:
=IFERROR(IF(NOT(A1="HSK"),"", B1&" / "&IF(NOT(C1="HSK"),"",D1&" / "&IF(NOT(H1="HSK"),"", F1&" / ")))&G1,"")
The data in all the cells will be text.
In the example below with the working formula entered in H1, i would like the below result.
A | B | C | D | E | F | G | H | |
1 | FOH | test 1 | HSK | test 2 | HSK | test 3 | test 4 | test 2 / test 3 / test 4 |
The formula that i have posted above, does kind of work, but sometimes misses out some of the responses.
Any help greatly appreciated.
Thanks