View Single Post
  #10   Report Post  
Posted to microsoft.public.excel.misc
cv cv is offline
external usenet poster
 
Posts: 8
Default if statement confusion

Hmm...I find it interesting that you are taking so much interest in my
questions. This is an online community where people can ask for help. If you
look at the original example that was posted I also posted how I thought the
IF statement worked and asked questions after getting responses. I'm trying
to learn something new not just be lazy! You are being ridiculous and I do
not appreciate having my time wasted. I would also assume that you never ask
for help as apparently you find it wrong

"Ragdyer" wrote:

So ... the title of your course is:
"How To Find Help"
???<bg

--
Regards,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------


"CV" wrote in message
...
I do not see why not. I'm still doing the work, just asking for help
understanding some of the steps. If I was in class I could ask the help of
the teacher directly and get a similar explaination, or if this was a work
task I could ask for help form a co-worker, or go to the lab.
"Ragdyer" wrote:

Are you allowed to garner this type of assistance when completing your
homework?<g
--
Regards,

RD


--------------------------------------------------------------------------

-
Please keep all correspondence within the NewsGroup, so all may benefit

!

--------------------------------------------------------------------------

-
"CV" wrote in message
...
Hello all,

I'm struggling with IF statements. I have an example of a IF statement

I'm
trying to write. Any help would be great

EX- sales amount exceeds $50,000 and the commision equals 3%, if less

than
$50,000 commision would equal 2%.

=IF(C25=50000,"*3%",2%) I need the commision rate and actual

commision.
Right now all I get is the 3% commision rate.

2nd- Ex- If my grade is 88% or better my parents will give me $100
otherwise
they will take me to dinner. Create an IF Function In cell D51

=IF(C50=88%,"$100","take me to dinner") My questions is when would it
display "take me to dinner" vs "$100" currently the cell is showing

$100.

Thanks for the help