holliday50
New Member
- Joined
- Jul 20, 2006
- Messages
- 16
I have 2 spreadsheets, one with a single 3-digit number, and the other with ranges. I'm trying to return a number from another column when the 3-digit exists within the range. For example....
590
580-600;603-604;609-612;614;616
And 1.90 in another column in the same spreadsheet as the range.
So in this example since 590 exists within the 580-600 range, I want to return 1.90. If this is not possible through an Excel formula, VB will work as an alternative. Thanks.
590
580-600;603-604;609-612;614;616
And 1.90 in another column in the same spreadsheet as the range.
So in this example since 590 exists within the 580-600 range, I want to return 1.90. If this is not possible through an Excel formula, VB will work as an alternative. Thanks.