Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 41
Default Coding Impasse

I'm trying to map a set of numbers to an indexed chart. Col A is a formula (eg. (=VLOOKUP($DF6,$O$3:$P$9000,2,TRUE)), producing a value generated from a lookup in an external array of cells(not shown).

First, the unique values of column A are mapped as headings to Col's F,G, etc. Then, the corresponding values are added below the headings. (I use this for creating values for a ComboBox)

Col A B F G H
_________________ _____________________
1 A TYU A B C
2 A XXX TYU PTY YYY
3 B PTY XXX ZZZ
4 C YYY QQQ
5 C ZZZ
6 C QQQ
It works well with text values, but doesn't work at all for numbers. The chart is blank, as shown below.

Col A B F G H
_________________ _____________________
1 1 TYU 1 2 3
2 1 XXX
3 2 PTY
4 3 YYY
5 3 ZZZ
6 3 QQQ

If I query the data by using the following formula in a blank cell...
=IF(A1=F1,B1,""), I get nothing.

I'm sure that it's a problem based on fundamentals, but I'm stuck! Any Ideas??

Jim Berglund



  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 41
Default Coding Impasse

I was able to fix this, but I still don't know why it wasn't working...

Jim
"Jim Berglund" wrote in message news:s17ld.205299$nl.109443@pd7tw3no...
I'm trying to map a set of numbers to an indexed chart. Col A is a formula (eg. (=VLOOKUP($DF6,$O$3:$P$9000,2,TRUE)), producing a value generated from a lookup in an external array of cells(not shown).

First, the unique values of column A are mapped as headings to Col's F,G, etc. Then, the corresponding values are added below the headings. (I use this for creating values for a ComboBox)

Col A B F G H
_________________ _____________________
1 A TYU A B C
2 A XXX TYU PTY YYY
3 B PTY XXX ZZZ
4 C YYY QQQ
5 C ZZZ
6 C QQQ
It works well with text values, but doesn't work at all for numbers. The chart is blank, as shown below.

Col A B F G H
_________________ _____________________
1 1 TYU 1 2 3
2 1 XXX
3 2 PTY
4 3 YYY
5 3 ZZZ
6 3 QQQ

If I query the data by using the following formula in a blank cell...
=IF(A1=F1,B1,""), I get nothing.

I'm sure that it's a problem based on fundamentals, but I'm stuck! Any Ideas??

Jim Berglund



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
sum by coding [email protected] New Users to Excel 1 February 27th 08 01:12 PM
How to fix the coding? Eric Excel Worksheet Functions 0 February 26th 08 03:38 AM
Coding metaltecks Excel Discussion (Misc queries) 1 April 17th 06 10:12 PM
"=ROW()-1" type of coding doesn't appear in a filter / is there coding that does? StargateFan[_3_] Excel Programming 10 October 6th 05 01:18 PM
API coding Sheela Excel Programming 3 August 30th 03 02:17 AM


All times are GMT +1. The time now is 01:16 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"