I want to do a diagram where my values is in A2, B2, C2, A3, B3, C3... How do I do?
I want to do a diagram where my values is in A2, B2, C2, A3, B3, C3... How do I do?
Draw your shape (e.g. A rectangle)
Click on your shape and in the formula bar enter your formula. (e.g. =A2)
BP
![]()
I think we had an misunderstanding. Let me give you an exampel:
I have a microsoft excel 2003 sheet where it says:
A B C
1 1 2 3
2 4 5 6
3 7 8 9
I want do do a diagram with a straight line of the values in cell ( in the exact order ) : A1, B1, C1, A2, B2, C2, A3, B3, C3
How?
Does anybody understand me?
Hi bob_hund,
Do you mean a chart/graph?
Gos-C
Using Excel 2010 & Windows 10
"It is better to be prepared for an opportunity and not have one than to have an opportunity and not be prepared."
Yes! Yes.Originally Posted by Gos-C
sorry. I'm from Sweden.![]()
You could use a formula to put the values in a single row, and then make a line graph of the result:
The formula in A6 and down is![]()
Please Login or Register to view this content.
=INDEX($A$1:$C$3, INT((COLUMN() - 1) / 3) + 1, MOD(COLUMN() - 1, 3) + 1)
Last edited by shg; 05-04-2008 at 03:07 PM.
I can't get it to work becouse I have a swedish excel. I'm gonna try it out at my home computer tonight when I'll get home from work.Originally Posted by shg
Thanks for the help. It worked.
Now I only have one problem left.
If the cell is empty it returns 0. I want it to stay empty... How do I do it?
Hi bob_hund,
I don't know if there is a shorter formula, but I would use:
=IF(INDEX($A$1:$C$3, INT((COLUMN() - 1) / 3) + 1, MOD(COLUMN() - 1, 3) + 1)=0,"",INDEX($A$1:$C$3, INT((COLUMN() - 1) / 3) + 1, MOD(COLUMN() - 1, 3) + 1))
Gos-C
Thank you verry much.
I found an easier way. Replace every empty cell with an "t"...
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks