#excel

  1. K

    How to Match workbook to other workbook data & Get status

    How to Match workbook to other workbook data & Get status (HOW To MATCH "BOOK2" WITH "BOOK1" , All data Match , to Get Status and Highlight 4 CELL matching How it possible ???
  2. B

    VBA formula

    I am working with a database and right now I am manually inputting the name along with a specific number value. However some names have multiple number values that are different, right now I am having it where if the person has multiple number values I am placing them in a different row. This is...
  3. A

    VBA Conditional loop

    Hello, I'm trying to automate a Boolean process on Excel and was hoping to get some help with the loop/vba logic. Column A contains integers that range between 1-4. I would like to create 4 columns on the side (since "A" contains 4 possible values) which have the following logic: If...
  4. K

    Cell Value According Change Other Cell value

    (NEED THIS CONDITION) C2= "20 ft" use 5,00,000 C2= "40 ft" use 10,00,000 Change value According "20 ft" Or "40 ft " ------------------------------Kindly Suggest Right Formula-----------------
  5. H

    Connect multiple user to one excel file stored on cloud

    I am looking for a way where I could consolidate inputs from multiple user (with different network and environment) to one excel file (Database) stored on the cloud. Is this possible with VBA?
  6. C

    Need to copy from sourcesheet to destination sheet only the new data entered based on serial no on the source sheet

    I am totally new to Excel VBA. But I have a requirement to copy some data from let us say sheet1 to sheet2. I have several columns and rows in sheet1 (source sheet). Now I have to copy only Five columns data from within that where "Ferro Manganese" found in particular one coloum and if found...
  7. H

    Replace and overwrite excel file without prompt

    Requirements before closing the file: Protect all sheets Hide all sheets except sheet name "Permissions" Replace the file without prompt along with password to open the file (Same file name, Same file path) The below code does not work as required. Not sure where I am going wrong. Private...
  8. H

    Add password to open excel file via VBA

    I am looking for a code which adds PASSWORD TO OPEN FILE in the current workbook before closing it. This will help if the user has removed the protection by applying the password automatically before closing it.
  9. L

    Userform search

    Hi, I have a table with 45 members and let's say 100 columns. Each column is a date and members will have a negative figure within the cell referencing their name and the date if they have a holiday. (EG John Smith is off on 12th June so he would be -8 in cell H22). I want to be able to...
  10. K

    HOW TO WORK THIS FORMULA WITH DROP-DOWN LIST

    # HOW TO WORK THIS FORMULA WITH DROP-DOWN LIST i try target this Drop-down list but not working my Index+match formula .... pleased help this ......& Do Correction my formula.....
  11. C

    How to combine data of the same person into 1 cell

    Hi I have a very badly design report where there's a lot of duplicate data in many rows. (sadly, the IT has not consult me before they launch the system) T-T Basically, I'm working on employee's development plan where one person has more than one row of action plan. I need to combine the data...
  12. H

    Keep source formatting.

    The below code works completely fine. I just want the code to retain the source formatting. For example: my source data also contains numbers which are stored as text, however the below code coverts them into numbers in the output. I don't want the code to convert them instead retain the source...
  13. C

    Postcode finder in Excel and caculate the distance between two postcodes

    Hi, I have seen this code here: Postcode finder in Excel and caculate the distance between two postcodes I would like to understand how could I add my API key to it. How could I add my API key on the code below? Thank you for your help.
  14. K

    Find particular text in Date

    # How to Find particular text in Date ?????? i try to find "2021" in this cell , If Condition is " OK" and if then may be change text like "2020" this condition show "Mistake"
  15. M

    Share Transaction to Inventory in excel VBA using Macro

    Hello guys! I want to write a macro to receive data from the 'Transaction' sheet and gives me an 'Inventory' sheet but I don't know how to do it (the 'Transaction' sheet may contain many shares so the macro should count them all and if we sell a share that we don't have in the first...
  16. C

    Auto Highlight selected field on userform

    Hello, How can you auto higlight selected field on userform? So basicly I need this line to be highlighted (Me.lstDatabase.TopIndex = Me.lstDatabase.ListCount - 1) ListBox1.BackColor = RGB(153, 153, 255) ??????
  17. K

    # How to Extend range in pivot tables ?? ?

    I was try refresh but not show data in pivot table, how to update data ...???
  18. K

    Hide Row with Zero value with Entry

    Hide Row with Zero value with Entry
  19. K

    How replace Range to table name ?????

  20. H

    Copy data till the last row dynamically

    I am trying to copy data dynamically from Cell C1:G till the last row in any of the column in the Range. Attached is the snapshot in which the highlighted area is something I want to copy. Could any one please help me out? Sub TEST1_1() Dim lrc As Long lrc = Cells.Find(What:="*", _...

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