In that case, the following sequence of filters might do what you want.
- Use the
Cell Centersfilter on the data set where you want to get the cell data. Make sure to turn on theVertex Cellsproperty of the filter. This will create a bunch of point cells located at the center of each of the cells in your input data. - Use the
Resample With Datasetfilter as described before, except use the cell centers result instead of the data where you actually want the data. - Use the
Point Data to Cell Datafilter on the output of resample with dataset. Normally, this does an averaging of point data to the cell data, but because the data only has one point per cell, it will just do a simple copy. - Select both the data set where you want the data to go and the output of point data to cell data and then add the
Append Attributesfilter. This will copy the cell data you generated on those points at the cell centers back to the data structure where you really want it.