What does ! mean in the formula?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

What does the ! mean before a cell when transferring the cell contents to a
different page?
 
If it's in a string, it means it's a point of emphasis:

=if(a1=1,"Get too work!","Please, continue to work.")

if you see it a reference, it's excel's delimiter to separate the sheetname from
the address:

=sheet1!a1
or
='this is sheet 1"!a1

The formulas return the value from that sheet in cell A1.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top