This public link is valid for 7 days and shares a thread, including any personal information you added. This link or copies made by others cannot be deleted. If you share with third parties, their policies apply. Can’t copy the link right now. Try again later.
To make the chakra dynamic, you need a lookup table that feeds current planetary transits into the grid.
The SBC is a 9 × 9 grid consisting of 81 boxes that map out almost all components of the Hindu Calendar (Panchanga) and Vedic cosmology. It is used to analyze the impact of transiting planets—Sun, Moon, Mars, Mercury, Jupiter, Venus, Saturn, Rahu, and Ketu—on specific sensitive points. Key Components of the Chakra
Houses the 12 Rashis (Zodiac Signs) and 16 vowels. Third Layer: Houses the consonants (Akaradi Loka). sarvatobhadra chakra excel
(Invoking related search suggestions tool...)
Traditionally, Pandits would draw the Chakra on sand or paper. This process is prone to arithmetic errors and takes 30–45 minutes per chart. An offers several distinct advantages:
) to easily map planetary transits to specific grid coordinates. Key Predictive Applications Financial Astrology : SBC is highly regarded for predicting commodity prices stock market This public link is valid for 7 days
Updates daily planetary positions using API feeds. Accuracy: Eliminates human error in grid mapping.
+----+----+----+----+----+----+----+----+----+ | NW | | | | North| | | | NE | +----+----+----+----+----+----+----+----+----+ | | | | | | | | | | +----+----+----+----+----+----+----+----+----+ | | | | | | | | | | +----+----+----+----+----+----+----+----+----+ | | | | | | | | | | +----+----+----+----+----+----+----+----+----+ |West| | | |Center| | | |East| +----+----+----+----+----+----+----+----+----+ | | | | | | | | | | +----+----+----+----+----+----+----+----+----+ | | | | | | | | | | +----+----+----+----+----+----+----+----+----+ | | | | | | | | | | +----+----+----+----+----+----+----+----+----+ | SW | | | | South| | | | SE | +----+----+----+----+----+----+----+----+----+ The 81 Squares Allocation
Create an "Input" sheet where you enter the current Nakshatra position of each planet. Across Vedha Conditional Formatting Can’t copy the link right now
Sub CalculateVedha() Dim sbcGrid As Range Dim cell As Range Dim targetCell As Range Dim rowNum As Integer, colNum As Integer Dim i As Integer Set sbcGrid = Range("A1:I9") ' Clear previous Vedha highlights (excluding active planet cells) sbcGrid.Interior.ColorIndex = xlNone ' Loop through the grid to find highlighted transit cells For Each cell In sbcGrid ' Check if cell matches any current transit planet If Application.WorksheetFunction.CountIf(Range("L2:L10"), cell.Value) > 0 Then cell.Interior.Color = RGB(255, 102, 102) ' Red for Planet rowNum = cell.Row colNum = cell.Column ' 1. Horizontal & Vertical Vedha (Sammuha) For i = 1 To 9 If i <> colNum Then Cells(rowNum, i).Interior.Color = RGB(255, 235, 156) If i <> rowNum Then Cells(i, colNum).Interior.Color = RGB(255, 235, 156) Next i ' 2. Diagonal Vedha (Vama & Dakshina) ' Cross-diagonal calculation limited to the 9x9 matrix boundaries For i = -8 To 8 If (rowNum + i >= 1 And rowNum + i <= 9) And (colNum + i >= 1 And colNum + i <= 9) Then If i <> 0 Then Cells(rowNum + i, colNum + i).Interior.Color = RGB(230, 245, 230) End If If (rowNum + i >= 1 And rowNum + i <= 9) And (colNum - i >= 1 And colNum - i <= 9) Then If i <> 0 Then Cells(rowNum + i, colNum - i).Interior.Color = RGB(230, 245, 230) End If Next i End If Next cell End Sub Use code with caution. Running the Macro
Meaning "auspicious from all sides," the SBC is traditionally used to predict events in mundane astrology (stock markets, commodity prices, national events) and personal astrology (finance, career, health). It consists of 81 squares