View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
NJB NJB is offline
external usenet poster
 
Posts: 1
Default what do the "" mean in a formula

I am modifying a spreadsheet with a formula which looks something like this,
+IF(V2="","",......) The value in V2 represents the ID of the first column in
an array with information used to calculate distances between 2 points, the
corresponding points of which are represented as ID's in column V and W.

I cannot find anything in the help menu for the use of the empty string
value.

Regards

Nick