(again): How to construct this IF Statement to obtain the value of the cell from 3 rasters?please, see the attached image that shows my questionexplanation:the value of the cell in the result raster (donated by op) is obtained by the following if statement----------------------------------------------------------------if [Type] = "Forest" and [FlowType] = "TYPE D" and [Slope] = 1 then op = .8if [Type] = "Forest" and [FlowType] = "TYPE D" and [Slope] = 2 then op = .6if [Type] = "Forest" and [FlowType] = "TYPE D" and [Slope] = 3 then op = .4if [Type] = "Forest" and [FlowType] = "TYPE E" and [Slope] = 1 then op = 1if [Type] = "Forest" and [FlowType] = "TYPE E" and [Slope] = 2 then op = .6if [Type] = "Forest" and [FlowType] = "TYPE E" and [Slope] = 3 then op = .4if [Type] = "FieldCrop-Shrub" and [FlowType] = "TYPE D" and [Slope] = 1 then op = .6if [Type] = "FieldCrop-Shrub" and [FlowType] = "TYPE D" and [Slope] = 2 then op = .4if [Type] = "FieldCrop-Shrub" and [FlowType] = "TYPE D" and [Slope] = 3 then op = .2if [Type] = "FieldCrop-Shrub" and [FlowType] = "TYPE E" and [Slope] = 1 then op = .8if [Type] = "FieldCrop-Shrub" and [FlowType] = "TYPE E" and [Slope] = 2 then op = .4if [Type] = "FieldCrop-Shrub" and [FlowType] = "TYPE E" and [Slope] = 3 then op = .2--------------------------------------------------------------------------------------------------------------how can i obtained this value given the 3 rasters and all the combinations above?how to construct such if statement to deal with these raster?is there any tool in ArcGIS to perform this?thank youregardsJamal
----------------------------------------
Jamal Numan
Geomolg Geoportal for Spatial Information
Ramallah, West Bank, Palestine