print screen in excel I need a solution or function excel or access to get the shown result
thank you in advance
print screen in excel I need a solution or function excel or access to get the shown result
thank you in advance
if the cells you want to combine is B2 and A2, type =CONCATENATE(B2,A2) in the cell which you want to print the combined answer.
If you have a big data set I would suggest you to use the following array formula: {=IFERROR(INDEX($B$1:$B$30,SMALL(IF($A$1:$A$30=$D3,ROW($B$1:$B$30),""),COLUMN(A1))),"")}
(Please note that you have to confirm your formula with Ctrl+Shift+Enter instead of only pressing the Enter-key)
The formula evaluates all the rows with the keys "text1", "text2", etc... and returns all results of the column with the values (in the order of appearance). Please look at the Screenshot for the desired result.