Forum

Notifications
Clear all

IF statement followed by a sum

5 Posts
3 Users
0 Reactions
57 Views
(@brettheazy)
Posts: 2
New Member
Topic starter
 

Hi,

I was wondering if someone could help with an IF statement I'm struggling with.

 

The logic should be:

IF column C is CLEARPAY then add column H + I together, then figure out 20% of that value (H+I)

 

extra bonus - IF it is NOT clearpay - value should be 0.00

 

I've also added the sheet to this post. Thanks in advance.

 
Posted : 05/01/2022 8:23 am
(@jstewart)
Posts: 216
Estimable Member
 

No worksheet attached. Don't forget to click upload before posting. But it should be something like this assuming the function is in cell J1.

=if(C1="Clearpay",(H1+I1)*.02,0)

 
Posted : 05/01/2022 11:29 am
(@debaser)
Posts: 837
Member Moderator
 

0.2 rather than 0.02 I think. 😉

 
Posted : 05/01/2022 12:41 pm
(@brettheazy)
Posts: 2
New Member
Topic starter
 

Thank you both, yes 0.2 was the correct figure as excel sees 1=100%.

All solved now 😀

 
Posted : 05/01/2022 1:09 pm
(@jstewart)
Posts: 216
Estimable Member
 

Thanks for catching my mistake Velouria!

 
Posted : 05/01/2022 5:28 pm
Share: