Forum

ahmad karimi
@iem
Active Member
Joined: Nov 9, 2012
Topics: 2 / Replies: 5
Reply
RE: VBA Code for Spiral

I find the way by myself! I change it a little, it works. you can see that: Sub Spiral_new() Dim userinput As Long, n As Long, i As Long, j As L...

2 years ago
Forum
Reply
RE: VBA Code for Spiral

Hi Dear H attached a simple file. start from a cell like I10 and move spiraling to cell J10 , J11 , I11 , ... anf fill cells by counter.

2 years ago
Forum
Reply
RE: VBA Code for Spiral

Hi I added an attachment.

2 years ago
Forum
Topic
Forum
Replies: 8
Views: 153
Reply
RE: Joining two ranges as a new matrix

SunnyKow said Try this =SUMPRODUCT(C2:C10,CHOOSE({1;2;3;4;5;6;7;8;9},B2,B3,B4,B5,B6,F2,F3,F4,F5)) You should get the answer 793 Sunny Gre...

7 years ago
Reply
RE: Joining two ranges as a new matrix

No, I know the concatenating some texts, but it should be as number for some other calculations. The simple file is attached.

7 years ago
Topic