Is there any way in Excel to have one field that outputs something like this
The configuration you chose was "=A1". It has "=B5" hard drives totalling
"=B5*750" TB of data storage.
I am looking for excel to dynamically replace what is in quotes with the
field / result of the calculation. I didn't wan't to do separate cells, so
that the spacing was right.
Rick Rothstein (MVP - VB) - 17 Aug 2007 19:11 GMT
> Is there any way in Excel to have one field that outputs something like
> this
[quoted text clipped - 5 lines]
> field / result of the calculation. I didn't wan't to do separate cells,
> so that the spacing was right.
Does putting this in your output cell do what you want?
="The configuration you chose was "&A1&". It has "&B5&" hard drives
totalling "&B5*750&" TB of data storage."
Rick
Jon Arbuckle - 17 Aug 2007 19:40 GMT
Perfect.
Thank you both very much.
>> Is there any way in Excel to have one field that outputs something like
>> this
[quoted text clipped - 12 lines]
>
> Rick
Ron Rosenfeld - 17 Aug 2007 19:12 GMT
>Is there any way in Excel to have one field that outputs something like this
>
[quoted text clipped - 4 lines]
>field / result of the calculation. I didn't wan't to do separate cells, so
>that the spacing was right.
="The configuration you chose was & A1&". It has " & B5 &" hard drives
totalling >" & B5*750 & " TB of data storage."
--ron