Jump to content

genzedu777

Members
  • Posts

    266
  • Joined

  • Last visited

Everything posted by genzedu777

  1. Hi, I need some help here. I wld like to make active radio button on my ratings, but cant seem to get it. Appreciate anyone advice These are my codes <div style="margin-top: 10px;"> <span class="match_header">Arrange by</span> <label for="sort_tutor_total_rating"><input type="radio" name="sort" value="rating" id="sort_tutor_total_rating" <?php if($sort == 'rating'){ ?> checked="checked" <?php } ?> />Ratings</label> <label for="sort_tutor_rank"><input type="radio" name="sort" value="ranking" id="sort_tutor_rank" <?php if($sort == 'ranking'){ ?> checked="checked" <?php } ?> />Ranking</label> <label for="sort_tutor_assignment"><input type="radio" name="sort" value="assignments" id="sort_tutor_assignment" <?php if($sort == 'assignments'){ ?> checked="checked" <?php } ?> />Assignments</label> <label for="sort_tutor_id"><input type="radio" name="sort" value="join_date" id="sort_tutor_id" <?php if($sort == 'join_date'){ ?> checked="checked" <?php } ?> />Date Joined</label> </div> Picture.doc
  2. Hi all, I need help in setting multiple if commands in microsoft excel 2010. However after setting more than 2 IF commands, the system prompted me Tiers Equation Interest Rate 1st 20k Next 20k (20 - 40) Next 20k (40 - 60) Next 20k (60 - 80) More than 80k 1st 20k 20000 0.006 ADD INTEREST Next 20k 20001 40000 0.006 $ 120.00 ADD INTEREST Next 20k 40001 60000 0.005 $ 120.00 $ 100.00 ADD INTEREST Next 20k 60001 80000 0.005 $ 120.00 $ 100.00 $ 100.00 ADD INTEREST 80001 777494 0.005 $ 120.00 $ 100.00 $ 100.00 $ 100.00 ADD INTEREST Unlimited 777494 $3,818.189 Code =IF(D17<$B$5,(D17*$D$5),IF(AND(D17>=B6, D17<=C6),(((D17-20000)*D6)+E6))IF(AND(D17>=B6, D17<=C6),(((D17-20000)*D6)+E6))) "You have entered too many arguments for this function. To get help with this function, click OK to close this message. Then click the Insert Function button located to the left of the equal sign in your formula" And I seriously do not know how to use the Function command. It is unlike excel 2003, where it allows multiple IF commands. Need help here. Thanks
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.