N
Neil
Can someone more intelligent than me help with this? I'm using the
following array to match firstname, surname and set and retrieve some
data as a result:
=INDEX('[ICT GCSE.xls]2011'!BR$4:BR$92,MATCH(1,('[ICT GCSE.xls]2011'!$C
$4:$C$92=Progress!$D$3)*('[ICT GCSE.xls]2011'!$B$4:$B$92=Progress!$D
$5)*('[ICT GCSE.xls]2011'!$F$4:$F$92=Progress!$D$7),0))
The problem is the data return is truncated to 255 characters but I
need to return up to 1000 characters or possibly higher. Can this be
done?
following array to match firstname, surname and set and retrieve some
data as a result:
=INDEX('[ICT GCSE.xls]2011'!BR$4:BR$92,MATCH(1,('[ICT GCSE.xls]2011'!$C
$4:$C$92=Progress!$D$3)*('[ICT GCSE.xls]2011'!$B$4:$B$92=Progress!$D
$5)*('[ICT GCSE.xls]2011'!$F$4:$F$92=Progress!$D$7),0))
The problem is the data return is truncated to 255 characters but I
need to return up to 1000 characters or possibly higher. Can this be
done?