If you have multiple cells selected, you can paste a value from the paste buffer into the cell, and it will be copied into all selected cells. The somewhat tricky part, is to place the value to change to into the paste buffer before selecting all of the cells to change.
Here is a simple example, and the way that I use this feature.
Using the Big Class sample data table, I will show how to change all of the column "sex" values of "F" to "Female"
The data table
![txnelson_0-1667881024070.png txnelson_0-1667881024070.png](https://community.jmp.com/t5/image/serverpage/image-id/47133i9B2669662A3E81CB/image-size/medium?v=v2&px=400)
The first thing is to place the word "Female" into the paste buffer, so choose one of the cells that is to be changed, and type in "Female"
![txnelson_1-1667881209657.png txnelson_1-1667881209657.png](https://community.jmp.com/t5/image/serverpage/image-id/47134i59B47A40B462228C/image-size/medium?v=v2&px=400)
Then right click on the changed cell to select it, and select "Copy" to move it into the paste buffer
![txnelson_2-1667881380681.png txnelson_2-1667881380681.png](https://community.jmp.com/t5/image/serverpage/image-id/47135i3277A8DC8FC81401/image-size/medium?v=v2&px=400)
Then right click on one of the remain unchanged cells and select "Select Matching Cells"
![txnelson_3-1667881526871.png txnelson_3-1667881526871.png](https://community.jmp.com/t5/image/serverpage/image-id/47136i21A2E06AD8405C64/image-size/medium?v=v2&px=400)
Which selects all of the unchanged cells that you want to change and select "Paste". The cells will all be changed at once
![txnelson_5-1667881874559.png txnelson_5-1667881874559.png](https://community.jmp.com/t5/image/serverpage/image-id/47138iEAC6F589D75D7146/image-size/medium?v=v2&px=400)
There is also a more generic Find/<Replace | Replace All> tool available.
Edit=>Search=>Find
will open the dialog box for this feature. If the element it is Finding is specific enough to select only the cells to change, then one can make quick multiple cell changes.
Using the same general selection method from above, Right click on one of the M cells for the Sex column and select "Select Matching Cells". It will select all of the M cells.
![txnelson_8-1667883046032.png txnelson_8-1667883046032.png](https://community.jmp.com/t5/image/serverpage/image-id/47141i465E7F61B380ED88/image-size/medium?v=v2&px=400)
Open the Find/Replace dialog box
Edit=>Search=>Find
Fill in the Find and the Replace value, and click on the checkboxes to restrict to only the selected columns and rows,
![txnelson_9-1667883133674.png txnelson_9-1667883133674.png](https://community.jmp.com/t5/image/serverpage/image-id/47142i3978BD6C29A65FC1/image-size/medium?v=v2&px=400)
and then click on Replace All, and all of the cell values with M will be changed
![txnelson_10-1667883160420.png txnelson_10-1667883160420.png](https://community.jmp.com/t5/image/serverpage/image-id/47143i5F86D56CEF059CAE/image-size/medium?v=v2&px=400)
Jim