Assign Value to Range Target

Thomas Scott

New Member
Joined
Nov 7, 2021
Messages
16
Office Version
  1. 2021
Platform
  1. Windows
I need to take a starting number and based on its value assign it to the correct column range. Sounds simple to me, but is beyond this beginner. Here is an example of some values in Column A that need to be assigned to the right target column as a simple "1" (meaning occurring in that range). The red signifies unknown formula to me! Thanks. P.S. I watched a video of Excel international competition that required amazing knowledge combined with very fast strategic thinking.
Excel Formula for Splitting Date.xlsx
ABCDEF
1Total Sales2005-092010-142015-192020-24
220051
320111
420181
520241
620211
Sheet1
 
Something like this,
Book1
ABCDEF
1Total Sales2005-092010-142015-192020-24
220051   
32011 1  
42018  1 
52024   1
62021   1
Sheet2
Cell Formulas
RangeFormula
C2:F6C2=IF(AND($A2>=VALUE(LEFT(C$1,4)), $A2<=VALUE(RIGHT(C$1,2))+2000), 1, "")
 
Upvote 0
Solution

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