View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Ken McLennan Ken McLennan is offline
external usenet poster
 
Posts: 30
Default Problem with function creation

G'day there Peepuls,

[This followup was posted to microsoft.public.excel.programming and a
copy was sent to the cited author.]

in B1: =IF(C1<0;A1;'value you want in b1')


I think that should be "=IF(C1<0, A1, 'value you want it b1')".
Commas, not semi-colons. (Paul I think you typed too fast <g)

See ya
Ken McLennan
Qld, Australia