Hi How do I create a horizontal array ? Example - I want to add rows 5 6 7 columns C D E. Thanks
W Wanna Learn Feb 1, 2007 #1 Hi How do I create a horizontal array ? Example - I want to add rows 5 6 7 columns C D E. Thanks
D Dave F Feb 1, 2007 #2 I'm not sure if I understand what you mean by horizontal array, however, you would add these cells together like so: =SUM(C6:E7) Dave
I'm not sure if I understand what you mean by horizontal array, however, you would add these cells together like so: =SUM(C6:E7) Dave
W Wanna Learn Feb 1, 2007 #3 Dave I apologize. All I needed was an array... thanks for making me see it...