![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: May 2002
Posts: 91
|
I have a column A with number 1 to 500
Numbers may be repeated. Now i want to populate another column B with >360 >270 >180 >90 >30 Current depending on the value the column A formula please [ This Message was edited by: jkpd2000 on 2002-05-15 11:45 ] |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
What do you mean by "populate"? List, summarize (sum, average, count, etc.) or what? Care to provide some sample data and expected results?
[ This Message was edited by: Mark W. on 2002-05-15 11:49 ] |
|
|
|
|
|
#3 |
|
Board Regular
Join Date: May 2002
Posts: 91
|
column A column B
370 >360 363 >360 300 >270 270 >180 190 >180 89 >60 29 current etc. |
|
|
|
|
|
#4 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
Ahhh, "categorize"...
=VLOOKUP(A1,{0,"Current";31,">30";61,">60";181,">180";271,">270";361,">360"},2) [ This Message was edited by: Mark W. on 2002-05-15 12:09 ] |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|