Multiply IF(OR statements?

JTL9161

Well-known Member
Joined
Aug 29, 2012
Messages
593
Office Version
  1. 365
Platform
  1. Windows
In Columns B3,H3 and N3 I have a name BOB

Now depending on how BOB pays is where I enter the amount
Col B is for Venmo
Col H is for PayPal
Col N is for Check

If BOB pays $100 via Venmo, I enter $100 in cell C3. If he pays via PayPal I put $100 in cell I3 and with a check I put $100 in cell O3

What I want the formula to do is depending on the way they pay for example Venmo,
then I want his name removed from cell H3 and N3
if by PayPal I want BOB removed from cells B3 and N3
and if they pay by check I want the name BOB removed from cells B3 and H3.

I'm thinking like a IF(OR statement but cant seem to get it to work as above. I also have the name in cell U3 so to use that name in the cell based on what how he pays. If he pays $100 via Venmo then take the name in cell U3 and put it in cell B3. Same for PayPal and Check

Hope I explained this clearly enough

Thanks in advance
James
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
How about:

Libro1
ABCDGHIJMNOPTUV
1
2
3 BOB2 BOB
4
Hoja1
Cell Formulas
RangeFormula
B3,N3,H3B3=IF(C3="","",$U3)
 
Upvote 0

Forum statistics

Threads
1,224,812
Messages
6,181,105
Members
453,021
Latest member
Justyna P

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top