View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Matt Matt is offline
external usenet poster
 
Posts: 60
Default GraphIf Function?

Say I have something like this:

Col A Col B Col C
A 3 5
A 5 3
A 6 7
B 8 1
B 4 6
C 6 7
C 4 2
E 7 4

Any ideas about a function such that any A would be in plotted in one
graph, any B in another graph, and so on? Is there even any sort of
GRAPH() function??