What does the ! stand for in Formula

  • Thread starter Thread starter Luis
  • Start date Start date
L

Luis

In the formula =If (02="carports,"'input data' ! $B*X2*1000,"ERROR" What
does the ! stand for in Formula
 
It is a separator between the sheet name and the cell address... and I
suspect your formula should look like this:

=IF(O2="carports",'input data'!$BX2*1000,"ERROR")
 
Back
Top