angeloudaki
New Member
- Joined
- Jul 7, 2015
- Messages
- 46
Hi! I thought I had this - turns out I am rubbish.
I basically want to return a value in N3, if F3 (text data input) contains a value in N2 (header), otherwise return 0
I currently have : =COUNTIF($F3,"*"&N$2&"*") which works great to return a numerical value, but i want to later get a string of letters summarising the content instead of numbers...
e.g.:
Obviously my diet isn't this healthy. Can't remember the last time I had an apple haha...
I basically want to return a value in N3, if F3 (text data input) contains a value in N2 (header), otherwise return 0
I currently have : =COUNTIF($F3,"*"&N$2&"*") which works great to return a numerical value, but i want to later get a string of letters summarising the content instead of numbers...
e.g.:
F | G | H | I | J | K | L | M | N | O | P | Q | |
2 | Accessories issued | Due | provision via | Status | Note | Bag? | issue | ID | Apple | Pear | Banana | Grape |
3 | Apple, Pear, Banana | TBC | TBC | PENDING | A01 | A | P | B | 0 | |||
4 | Apple, Banana | TBC | TBC | PENDING | C05 | A | 0 | B | 0 | |||
5 | Grape, Banana | TBC | TBC | PENDING | D25 | 0 | 0 | B | G |
Obviously my diet isn't this healthy. Can't remember the last time I had an apple haha...