A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi! In Excel, the Formula Bar edits the active cell, not an arbitrary cell by address. That means Excel does not have a simple built-in command syntax like that you can type from anywhere on the sheet to assign a value directly to B2.
The closest built-in method is to use the Name Box (to the left of the Formula Bar), type B2, and press Enter; or press F5 and type B2. Excel will jump to that cell, and then you can type Item in the Formula Bar and press Enter.