View Single Post
  #1   Report Post  
klgcm
 
Posts: n/a
Default IF Function or IF then else

I want to use an If function that meets one situation and if that doesn't
work I want to use a second If function in the same cell, but the second
situation has nothng to do with the first situation

eg; If (F275, (F2-75), (0), If (E2675, (E26-75), (0))

Can this be done?