Search

Update Cells

Last Updated: Mar 8, 2023

Articles

Use this function to update the specified range of cell(s) with the specified value.

Syntax

Update Cells (range, value)

Parameters

Input Parameter Name Description
range First cell to last cell value separated by : to update the range
value Value to be updated for the given range

Sample

Update Cells (A1:G9, test)

  • The cells from A1 to G9 are updated with the value test.

To view all the Excel functions, click here.

Did you find what you were looking for?