Every other formula?

MCosca

New Member
Joined
Jul 21, 2017
Messages
23
I am writing an IF formula and though I searched here I couldnt find one. I am in need of a method to assign a value to every other resource.

for example I have a list of 1000 potential assignments. Each assignment has certain other criteria assigned to it based on values like "State" and "division". Certain criteria is in early piece of the assignment leaving a total of about 600 remaining of which I want to divi between two resources (call them A&B).

Is there a way to alternate every other? Or perhaps 1/3 & 2/3?

I hope this makes sense to you as it does to me :eek:
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
Hmmm...thanks Scott, I'll do my best here.

so the process is to assign work to vendor based largely on location, but the end of the string is where i'm struggling. I would like to assign 1 unit to vendor A and 2 to vendor B straight down the list (of perhaps 500 items)...does the below help??

IF(W2="","",IF(W2="Close Even","U/W Process",IF(AND(F2=1,(LEFT(E2,7))=LEFT(E1,7)),X1,IF(OR(T2="GC - Practice",T2="General and Job-Specific Contracting"),"SML",IF(AND(P2>9999,T2="Media - DICE",J2="CA"),"Vendor C",IF(AND(W2="Physical",J2="CA"),IFERROR(VLOOKUP(K2,Sheet1!$C$2:$F$366,4,FALSE),IF(AND(W2="Physical",J2="CA",),"Vendor A","Vendor B")),"Vendor B"))))))
 
Upvote 0

Forum statistics

Threads
1,214,979
Messages
6,122,561
Members
449,089
Latest member
Motoracer88

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