carrriee90
New Member
- Joined
- Oct 23, 2012
- Messages
- 2
Hello everyone, I really need help with a formula!
<tbody>
[TD="width: 107"]Lead[/TD]
[TD="width: 114"]To XY[/TD]
[TD="width: 141"]To AB[/TD]
[TD="class: xl63"]XY[/TD]
[TD="class: xl63"][/TD]
[TD="class: xl63"]600[/TD]
[TD="class: xl63"]XY[/TD]
[TD="class: xl63"][/TD]
[TD="class: xl63"][/TD]
[TD="class: xl63"]AB[/TD]
[TD="class: xl63"][/TD]
[TD="class: xl63"]2560[/TD]
[TD="class: xl63"]AB[/TD]
[TD="class: xl63"][/TD]
[TD="class: xl63"][/TD]
[TD="class: xl63"]XY[/TD]
[TD="class: xl63"][/TD]
[TD="class: xl63"]1000[/TD]
[TD="class: xl63"]AB[/TD]
[TD="class: xl63"][/TD]
[TD="class: xl63"][/TD]
[TD="class: xl63"]AB[/TD]
[TD="class: xl63"][/TD]
[TD="class: xl63"]1500[/TD]
[TD="class: xl63"]XY[/TD]
[TD="class: xl63"][/TD]
[TD="class: xl63"][/TD]
</tbody>
I need to create a formula whch says that
Is it possible to put this in one function?
Thanks in advance!!!
Invoiced by | Company | Amount |
<tbody>
[TD="width: 107"]Lead[/TD]
[TD="width: 114"]To XY[/TD]
[TD="width: 141"]To AB[/TD]
[TD="class: xl63"]XY[/TD]
[TD="class: xl63"][/TD]
[TD="class: xl63"]600[/TD]
[TD="class: xl63"]XY[/TD]
[TD="class: xl63"][/TD]
[TD="class: xl63"][/TD]
[TD="class: xl63"]AB[/TD]
[TD="class: xl63"][/TD]
[TD="class: xl63"]2560[/TD]
[TD="class: xl63"]AB[/TD]
[TD="class: xl63"][/TD]
[TD="class: xl63"][/TD]
[TD="class: xl63"]XY[/TD]
[TD="class: xl63"][/TD]
[TD="class: xl63"]1000[/TD]
[TD="class: xl63"]AB[/TD]
[TD="class: xl63"][/TD]
[TD="class: xl63"][/TD]
[TD="class: xl63"]AB[/TD]
[TD="class: xl63"][/TD]
[TD="class: xl63"]1500[/TD]
[TD="class: xl63"]XY[/TD]
[TD="class: xl63"][/TD]
[TD="class: xl63"][/TD]
</tbody>
I need to create a formula whch says that
- if money is invoiced by XY and is is the lead of XY the amount must be multiplied by 0.2 in column To AB
- if money is invoiced by AB and is the lead of AB the amount must be multiplied by 0.2 in column TO XY
- if money is invoiced by XY and the lead of AB the amount must be multiplied by 0.3 in column To AB
- if money is invoiced by AB and the lead of XY the amount must be multiplied by 0.3 in column To XY
Is it possible to put this in one function?
Thanks in advance!!!