Hi, i would like to have a formula which if A1<30 and A2<40, result turn as A3*20%. or else the result will be A3. I'm don't know which formula should i use.
Hi, i would like to have a formula which if A1<30 and A2<40, result turn as A3*20%. or else the result will be A3. I'm don't know which formula should i use.
Welcome to the forum.
Try it like this
=if(and(A1<30,A2<40),A3*20%,A3)
I think people forget the word "THANK YOU!!!!" Do you still know it???
There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "
Regards,
Vladimir
Hi, thanks for your reply. But i still can't get it.
A1 40
A2 30
A3 41
A5 answer is 41, using the formula. But this answer should be 8.2 (41*20%). The statement is A1 is <30 and A2 is < 40 but in this column A2 is not more than 40.
Pls help. Thank You.
i think i twisted the resulting values
should be
=IF(AND(A1<30,A2<40),A3,A3*20%)
Thanks for your help !![]()
Based on your last post in this thread, its apparent that you are satisfied with the solution(s) you've received and have solved your question, but you haven't marked your thread as "SOLVED". I will do it for you this time.
In future, to mark your thread as Solved, you can do the following -
Select Thread Tools-> Mark thread as Solved.
Incase your issue is not solved, you can undo it as follows -
Select Thread Tools-> Mark thread as Unsolved.
Also, since you are relatively new to the forum, i would like to inform you that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post which helped you. This adds to the reputation of the person who has taken the time to help you.
If I have helped, Don't forget to add to my reputation (click on the star below the post)
Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
Use code tags when posting your VBA code: [code] Your code here [/code]
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks