GSTR 9 Annual Return Filing 2023-24 | Complete Practical

Поделиться
HTML-код
  • Опубликовано: 1 янв 2025

Комментарии • 105

  • @phaniraju143
    @phaniraju143 6 дней назад +1

    very nice and very useful sir

  • @SatyamSingh-r5l
    @SatyamSingh-r5l 10 дней назад +1

    Form read karke video banane ke liye sukriya

  • @hammadahmad8043
    @hammadahmad8043 18 дней назад

    Amazing sir

  • @krishnakumar-co6hq
    @krishnakumar-co6hq Месяц назад +4

    Sir wo compare ka option kaha se aaya confusion ho rahi hai

  • @SantoshBadwaniya-j6e
    @SantoshBadwaniya-j6e 7 дней назад

    excel ka function batane ke liye video banaya

  • @anjalikalwani3729
    @anjalikalwani3729 26 дней назад +2

    No code found. Please specify where is it exactly

    • @GK-TK-xx1vr
      @GK-TK-xx1vr 22 дня назад

      Sub ReconcileGSTR2B()
      Dim wsGSTR As Worksheet, wsTally As Worksheet
      Dim lastRowGSTR As Long, lastRowTally As Long, i As Long, j As Long
      Dim found As Boolean

      Set wsGSTR = ThisWorkbook.Sheets("GSTR-2B")
      Set wsTally = ThisWorkbook.Sheets("Tally")

      lastRowGSTR = wsGSTR.Cells(wsGSTR.Rows.Count, 1).End(xlUp).Row
      lastRowTally = wsTally.Cells(wsTally.Rows.Count, 1).End(xlUp).Row

      ' Clear old results
      wsGSTR.Columns("F").ClearContents
      wsTally.Columns("F").ClearContents

      ' Compare entries from GSTR-2B with Tally
      For i = 2 To lastRowGSTR
      found = False

      For j = 2 To lastRowTally
      If wsGSTR.Cells(i, 1).Value = wsTally.Cells(j, 1).Value Then
      If wsGSTR.Cells(i, 4).Value = wsTally.Cells(j, 4).Value And _
      wsGSTR.Cells(i, 5).Value = wsTally.Cells(j, 5).Value Then
      found = True
      Exit For
      End If
      End If
      Next j

      If Not found Then
      wsGSTR.Cells(i, 6).Value = "Mismatch with Books"
      End If
      Next i

      ' Compare entries from Tally with GSTR-2B
      For j = 2 To lastRowTally
      found = False

      For i = 2 To lastRowGSTR
      If wsTally.Cells(j, 1).Value = wsGSTR.Cells(i, 1).Value Then
      found = True
      Exit For
      End If
      Next i

      If Not found Then
      wsTally.Cells(j, 6).Value = "Entry Found in Tally but Not in GSTR-2B"
      End If
      Next j

      ' Compare entries from GSTR-2B with Tally
      For i = 2 To lastRowGSTR
      found = False

      For j = 2 To lastRowTally
      If wsGSTR.Cells(i, 1).Value = wsTally.Cells(j, 1).Value Then
      found = True
      Exit For
      End If
      Next j

      If Not found Then
      wsGSTR.Cells(i, 6).Value = "Entry Found in GSTR-2B but Not in Tally"
      End If
      Next i

      MsgBox "Reconciliation Completed"
      End Sub

  • @ravesh9731
    @ravesh9731 День назад

    Hi Sir
    In the GST 9,I have post the wrong figure in the column 7 (E) As per section 17(5) i.e 50k extra in it
    Due to this I have found short amount in the 7 J (Net ITC Available for Utilization (6O - 7I) as compared the actually amount Rs50K.)
    But I have the correct amount in the GST 3B with all ITC
    Can I consider the GST 3B data ,or there is any solution for claim 50k.Please help on this.

  • @mimanshabhambhani7688
    @mimanshabhambhani7688 14 дней назад +1

    Sir agar hum gstr-1 me koi sale lena bhul gye h pr gstr-3B me tax pay kr diya hai to ab usko kaha show karenge

  • @KhushbooSoni-fs6gf
    @KhushbooSoni-fs6gf 13 дней назад

    Outward me igst amount aur table 9 me diff ha igst ka

  • @harshitjain7935
    @harshitjain7935 27 дней назад

    Isme kya b2b me crnote / dr note bhi include hote hai kya

  • @mohann8136
    @mohann8136 8 дней назад

    There will be a difference in table 8 D of gstr9 due to temporary reversal, which is nowhere mentioned in this video.

  • @keshavkaiwart3424
    @keshavkaiwart3424 13 дней назад

    Table No 6 B ka aur 6 A ka difference ko kaise karenge sir
    A me As ka 3 B ka aata hai but B me To jo hamare 2A me hai usko Denge na sir samne Wale party let se kiye to uska jo Difference aa raha hai usko kya karna hai
    Difference Rahne Dena hai ki kuch karna hai sir

  • @sureshlongani7546
    @sureshlongani7546 22 дня назад

    Great Video Sir

  • @bhagwandassjindal
    @bhagwandassjindal 27 дней назад

    Point 14 in 9c ,is mandatory or optional

  • @aanalshah6506
    @aanalshah6506 9 дней назад

    What does negative amount in gstr 9 table 6b- inward supply inputs mean?

  • @chandrabhandhakad7168
    @chandrabhandhakad7168 20 дней назад

    How to recd Comparison table

  • @ans-e1k
    @ans-e1k Месяц назад +1

    GSTR 2b Reconciliation comparsion excel code

  • @yourown4631
    @yourown4631 21 день назад

    What about minor mismatches in amounts let's say under or above 5 rupees

  • @saikatsinha1106
    @saikatsinha1106 27 дней назад

    pivot table me sab ek hi column me ho data aa raha hain kese thik kare

    • @CAMitra24
      @CAMitra24  27 дней назад

      Drag to specific Tab

  • @lalitgupta9890
    @lalitgupta9890 Месяц назад

    17(5) ka reversal kha dikhana hai 6a mein 2b ka total aa rha hai .

  • @umendrapratapsingh9752
    @umendrapratapsingh9752 29 дней назад

    Sir teligram par nahi hai

  • @YashSharma-bd2se
    @YashSharma-bd2se 9 дней назад

    Sir Share the VBA code

  • @Mr.Jadugar.
    @Mr.Jadugar. Месяц назад

    VBA code is not available on telegram

  • @JAGJEETSINGH-pq2hb
    @JAGJEETSINGH-pq2hb Месяц назад

    Sir
    Interested to purchase utility

  • @madhucharan5892
    @madhucharan5892 7 дней назад

    Nill rated suppliers petrol and diesel 17 table hsn summary show or no

  • @amitechsharma
    @amitechsharma Месяц назад

    KYA FRIEGHT RCM KA HSN CODE ANNUAL RETURN ME JAYEGA OUTWARD ME?

    • @CAMitra24
      @CAMitra24  Месяц назад +1

      Only for outward supply

  • @babulalkumawat2258
    @babulalkumawat2258 7 дней назад

    Sir aap GSTR9 File karne ka kya fee h

  • @hasubhaisenta2313
    @hasubhaisenta2313 29 дней назад

    Rcm paid fy 23 -24 rcm claim and reversal of fy 24/25 fy 23/24 ma leneka ya fy 24/25 me Lena he

    • @CAMitra24
      @CAMitra24  29 дней назад

      Query not clear sir

  • @kapilagrawal4311
    @kapilagrawal4311 27 дней назад

    sir, 5 minute mein kaise hoga....hsn outward summary toh dalna padega na

    • @CAMitra24
      @CAMitra24  27 дней назад

      If gstr 1 filed with hsn it will fetch

    • @kapilagrawal4311
      @kapilagrawal4311 27 дней назад +1

      How to fetch gstr 1 data in gstr9..pls batana na

  • @theentertainmentshow3030
    @theentertainmentshow3030 24 дня назад

    Can somebody send the VBA code for excel reconciliation

  • @jayjagannath8212
    @jayjagannath8212 21 день назад

    already paid sir but did not receive the utility yet.

    • @CAMitra24
      @CAMitra24  21 день назад

      Send payment receipts on 8005211668

  • @casunitasaraf7684
    @casunitasaraf7684 Месяц назад

    Can you please share code

  • @swraj1947
    @swraj1947 Месяц назад

    Hsn kya sabke k liye optional h , ya fir turnover pr based h.. Pl confirm

  • @sarfarazkhan8086
    @sarfarazkhan8086 Месяц назад

    Table Number 6 me 22-23 ka input claim kara hua hai
    Ye 22-23 k input ka details yaha dena hai ya nhi. ?

  • @VinayKumar-fm6xe
    @VinayKumar-fm6xe 15 дней назад

    Does anyone found the code

  • @brijbhatia7699
    @brijbhatia7699 Месяц назад +1

    Zero nai hoga sir because GSTR2B se data araha hai

  • @priyanshusaxena2497
    @priyanshusaxena2497 Месяц назад

    VBA Code not available

    • @CAMitra24
      @CAMitra24  Месяц назад

      Already shared in Telegram channel

  • @rameshchandravarma6859
    @rameshchandravarma6859 26 дней назад

    Sir please send me utility the payment for the same sent on 6th December

    • @CAMitra24
      @CAMitra24  26 дней назад

      Send payment receipts on 8005211668

  • @pavansurya2467
    @pavansurya2467 9 дней назад

    i have paid amount for 2B reconciliation tool,,... Still Not received.. anyone who will take care of this?? whom to contact??

    • @CAMitra24
      @CAMitra24  9 дней назад

      Send payment receipt on 8005211668

  • @sachin.sharma333
    @sachin.sharma333 Месяц назад

    Sir ji koi link to do

  • @lalitgarg3779
    @lalitgarg3779 Месяц назад

    Ca mitra ki taraf se code mai bej deta hu

  • @MakeAccountsEasy
    @MakeAccountsEasy Месяц назад

    Where to show difference of turnover if i have paid gst on advance

    • @CAMitra24
      @CAMitra24  Месяц назад

      Advance amount doesn’t include in Turnover

    • @MakeAccountsEasy
      @MakeAccountsEasy Месяц назад

      @CAMitra24 sir it's showing on portal in table no 4 (F). And that's why the same amount difference in my books and portal.. pls can you suggest me what to do

  • @kunalsharma7204
    @kunalsharma7204 Месяц назад +1

    2b me tu 22-23 input b h tu oska difference kha dikhaye table 8 m

    • @Ankitkumar-gq9ik
      @Ankitkumar-gq9ik Месяц назад

      Table 6 column M

    • @SameerKhan-lw8qh
      @SameerKhan-lw8qh 28 дней назад

      Nahi abhi Report Nahi hoga
      Kyuki ab 2B se Compare karta hai Portal
      So 8A woh Already Including hai

  • @umendrapratapsingh9752
    @umendrapratapsingh9752 29 дней назад

    Sir code share karo do pls

  • @travelbygauravrajput554
    @travelbygauravrajput554 11 дней назад

    Share code

  • @shivangiagarwal6022
    @shivangiagarwal6022 27 дней назад

    Sir WhatsApp per channel kis name s h

  • @Abhi7018
    @Abhi7018 Месяц назад

    148 paid karke Mil jayega Kya Link Sir ?

    • @CAMitra24
      @CAMitra24  Месяц назад

      You willing receive Software

    • @Abhi7018
      @Abhi7018 Месяц назад

      @CAMitra24 VBA Coding Kidhar Hai but sir ? Aapne bola hai description me hai kidhar dikh to nhi raha hai

  • @rameshchandravarma3271
    @rameshchandravarma3271 26 дней назад

    Sir please check my payment and send utility, thanks

    • @CAMitra24
      @CAMitra24  26 дней назад

      Send Payment Receipts on 8005211668

  • @radheshyammishra8442
    @radheshyammishra8442 Месяц назад

    Sir payment done Excel utility not found yet please guide

    • @CAMitra24
      @CAMitra24  Месяц назад

      Sent

    • @radheshyammishra8442
      @radheshyammishra8442 Месяц назад

      Not received sir

    • @radheshyammishra8442
      @radheshyammishra8442 28 дней назад

      ​@@CAMitra24kab Kiya and kish mail pe kiya please confirm

    • @CAMitra24
      @CAMitra24  27 дней назад

      @@radheshyammishra8442 which you have given while payment

    • @badshahjadhav9661
      @badshahjadhav9661 25 дней назад

      ​@@radheshyammishra8442Bhai aap karte kya ho taxation profession m ?

  • @prathammasrani2309
    @prathammasrani2309 14 дней назад

    shared code sir not available in telegram pleas again share

  • @rameshchandravarma6859
    @rameshchandravarma6859 27 дней назад

    Sir please check mail and send me utility, payment for the same
    I have sent you

    • @CAMitra24
      @CAMitra24  27 дней назад

      Sent …please check spam folder of email

    • @rameshchandravarma6859
      @rameshchandravarma6859 26 дней назад

      ​@@CAMitra24sorry to say that I have checked spam, but didn't get utility

    • @CAMitra24
      @CAMitra24  26 дней назад

      @@rameshchandravarma6859 send payment receipt on 8005211668

    • @rameshchandravarma6859
      @rameshchandravarma6859 25 дней назад

      ​@@CAMitra24 I have sent receipt, please send me excell utility

    • @rameshchandravarma6859
      @rameshchandravarma6859 24 дня назад

      ​@@CAMitra24 sir please send excell utility I have sent receipt on WhatsApp 1

  • @Beaware00
    @Beaware00 Месяц назад +1

    WhatsApp ke group ya telegram ke group link toh de do

  • @lalitgarg3779
    @lalitgarg3779 Месяц назад +3

    Sub CompareColumns()
    Dim ws As Worksheet
    Dim rng1 As Range, rng2 As Range
    Dim i As Long
    ' Set your worksheet and ranges
    Set ws = ThisWorkbook.Sheets("Sheet1")
    Set rng1 = ws.Range("A1:A100") ' First range
    Set rng2 = ws.Range("B1:B100") ' Second range
    ' Loop through the ranges
    For i = 1 To rng1.Rows.Count
    If rng1.Cells(i, 1).Value rng2.Cells(i, 1).Value Then
    ' Highlight mismatched cells
    rng1.Cells(i, 1).Interior.Color = RGB(255, 0, 0) ' Red for Range 1
    rng2.Cells(i, 1).Interior.Color = RGB(255, 0, 0) ' Red for Range 2
    End If
    Next i
    MsgBox "Comparison complete!"
    End Sub

  • @casunitasaraf7684
    @casunitasaraf7684 Месяц назад

    WhatsApp group link please

  • @nikhilbhudolia1332
    @nikhilbhudolia1332 Месяц назад +1

    VBA code is not available on telegram