The result of the report is the following, but these links will result in a dirty / non-user friendly dashboard view :
Is there an 'easy' way to transform the Google Report output links to limit itself to the brand and model ?
Output 0 =Substitute(A2,INDEX(Find0,1),INDEX(Replace0,1))
Output 1 =Substitute(Substitute(Substitute(Substitute(B2,INDEX(Find1,1),INDEX(Replace1,1)),INDEX(Find1,2),INDEX(Replace1,2)),INDEX(Find1,3),INDEX(Replace1,3)),INDEX(Find1,4),INDEX(Replace1,4))
Output 2 =substitute(substitute(substitute(substitute(C2,INDEX(find2,1),INDEX(replace2,1)),INDEX(find2,2),INDEX(replace2,2)),INDEX(find2,3),INDEX(replace2,3)),INDEX(find2,4),INDEX(replace2,4))
Final =LEFT(D2,FIND("/",D2)-1)
Any help would be greatly appreciated !
Kind regards