Grid Construction With numeric values & Dates

writetoevv

Board Regular
Joined
Mar 9, 2012
Messages
71
Office Version
  1. 2019
  2. 2010
Platform
  1. Windows
13
3/11/2016

14
4/11/2016

15
5/11/2016

16
6/11/2016

17
7/11/2016

12
2/11/2016

3
24/10/2016

4
25/10/2016

5
26/10/2016

18
8/1111/2016

11
1/11/2016

2
23/10/2016

1
22/10/2016

6
27/10/2016

19
9/11/2016

10
31/10/2016

9
30/10/2016

8
29/10/2016

7
28/10/2016

20
10/11/2016

25
15/11/2016

24
14/11/2016

23
13/11/2016

22
12/11/2016

21
11/11/2016


<tbody>
</tbody>


Hi Friends,

Could you help to create grid like above
In middle cell of 5 by 5 Grid , i will place a random number (ex: 1) along with random date(ex:22/10/2016)
It should Construct the remaining values (in clockwise direction) for other cells automatically using excel formulae..

Appreciate for the help..
 
Hi Peter,

Appreciate for all your effort & Time.

Thanks & Regards,
Viswa

PS: I have a vague thought in my mind to further utilise search results .. I am looking for more clarity on my thought.
I will get back to you if I get more clarity on it.. Thanks a Ton
 
Upvote 0

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
Appreciate for all your effort & Time.
You are welcome.



I will get back to you if I get more clarity on it..
No problem. In the interim, I realise that the previous code does not search correctly as I understand the requirement. For example with the exact same data from post #20, if you now change cell E2 to 8, cells with 8, 18, 28, 38 etc all get highlighted whereas I presume it should only be "8".

The correction would be to change this line
Code:
Const CF1 As String = "=OR(FIND($E$2&CHAR(10),A8&$E$2&CHAR(10))=1,ISNUMBER(FIND(CHAR(10)&TEXT($E$3,""dd/mm/yyyy""),A8)))"
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,391
Messages
6,124,673
Members
449,178
Latest member
Emilou

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top