Results 1 to 6 of 6

Thread: Excel help needed

  1. #1
    chandr is offline Senior Member+
    Last Online
    8th March 2020 @ 02:19 AM
    Join Date
    26 Oct 2008
    Posts
    68
    Threads
    29
    Credits
    1,244
    Thanked
    0

    Default Excel help needed

    main 2 rows ko kaise 1 row banao aur us main net amount bhi ajaye. samajne k liye picture attach ka raha hun.
    Attached Images Attached Images  

  2. #2
    Tanveer99's Avatar
    Tanveer99 is offline Advance Member
    Last Online
    18th June 2023 @ 02:28 PM
    Join Date
    09 Aug 2009
    Location
    @itdunya.com
    Gender
    Male
    Posts
    762
    Threads
    47
    Credits
    1,590
    Thanked
    178

    Default

    sorry... aap ki problem ki samaj nae aaye.

  3. #3
    kashifundlas is offline Senior Member
    Last Online
    2nd May 2019 @ 06:28 PM
    Join Date
    17 Feb 2009
    Age
    36
    Posts
    1,516
    Threads
    213
    Credits
    570
    Thanked
    55

    Default

    Quote chandr said: View Post
    main 2 rows ko kaise 1 row banao aur us main net amount bhi ajaye. samajne k liye picture attach ka raha hun.
    visit plz.......

    http://www.extendoffice.com/product/...umns-rows.html

  4. #4
    chandr is offline Senior Member+
    Last Online
    8th March 2020 @ 02:19 AM
    Join Date
    26 Oct 2008
    Posts
    68
    Threads
    29
    Credits
    1,244
    Thanked
    0

    Default

    Quote tanveer99 said: View Post
    sorry... aap ki problem ki samaj nae aaye.
    matlab yeh k meri pic ki row 6 aur 7 combine ho jaye aur is ka sum 3500 aye

  5. #5
    imranjhang's Avatar
    imranjhang is offline Senior Member+
    Last Online
    11th May 2021 @ 02:36 PM
    Join Date
    17 Dec 2009
    Age
    38
    Posts
    94
    Threads
    1
    Credits
    1,390
    Thanked
    13

    Default

    Agar ap ki sheet isi pattern ki hai matlab 3 columns by 2 rows then:

    1. Press Alt+F11 to Open Visual Basic for Applications.
    2. Insert-->Module
    3. Paste this code into that Module
    Code:
    Sub Merge()
        Selection.Range("C1").Value = Selection.Range("C1").Value + Selection.Range("C2").Value
        Selection.Range("A2:C2").ClearContents
        Selection.Range("A2").Select
    End Sub
    4. Press Alt+Q to return to Excel Worksheet.
    5. Press Alt+F8 to open Macro Dialog Box.
    6. Click Options and set you hotkey like... Ctrl+m
    7. Click OK and then Press [Esc].

    ab jab bhi rows ko merge karna ho un cells ko select karain jaisay ap k screenshot main "B6 : D7" ki range hai. phir Ctrl+m press karain and you are done.

  6. #6
    chandr is offline Senior Member+
    Last Online
    8th March 2020 @ 02:19 AM
    Join Date
    26 Oct 2008
    Posts
    68
    Threads
    29
    Credits
    1,244
    Thanked
    0

    Unhappy

    Quote imranjhang said: View Post
    Agar ap ki sheet isi pattern ki hai matlab 3 columns by 2 rows then:

    1. Press Alt+F11 to Open Visual Basic for Applications.
    2. Insert-->Module
    3. Paste this code into that Module
    Code:
    Sub Merge()
        Selection.Range("C1").Value = Selection.Range("C1").Value + Selection.Range("C2").Value
        Selection.Range("A2:C2").ClearContents
        Selection.Range("A2").Select
    End Sub
    4. Press Alt+Q to return to Excel Worksheet.
    5. Press Alt+F8 to open Macro Dialog Box.
    6. Click Options and set you hotkey like... Ctrl+m
    7. Click OK and then Press [Esc].

    ab jab bhi rows ko merge karna ho un cells ko select karain jaisay ap k screenshot main "B6 : D7" ki range hai. phir Ctrl+m press karain and you are done.
    thank you problem solved.

Similar Threads

  1. Excel Formula needed
    By Shoaibm in forum Ask an Expert
    Replies: 6
    Last Post: 18th July 2012, 11:51 PM
  2. Solved Excel help needed
    By ITDWARRIOR in forum Solved Problems (IT)
    Replies: 6
    Last Post: 16th July 2012, 10:28 PM
  3. excel help needed
    By engr usman in forum Ask an Expert
    Replies: 4
    Last Post: 22nd May 2012, 12:19 PM
  4. Excel Formula Needed...please help...
    By n2cute in forum Ask an Expert
    Replies: 12
    Last Post: 16th October 2009, 07:41 PM
  5. Excel expert needed
    By roses4u in forum Ask an Expert
    Replies: 5
    Last Post: 29th August 2009, 12:21 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •