View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
scott scott is offline
external usenet poster
 
Posts: 577
Default If, Then, Or formating

I am trying to a variable percentage to a single cel
example:
If B3 is <= to 32199 then c3 will read 0 then if B3 is =32200 but less than
38639 then c3 will read .5%
and how many if's can this cell hold
am I making any sense?