1st

  1. B

    Want 1st 10 non blank entries in a row

    I have been searching for some way to operate on the 1st 10 number entries in a row. The row may contain blanks or numbers. 10 number entries could be in the 1st 10 cells or it may take 50 or more cells to find the 1st 10 numbers. I want to use the result in a formula, specifically to find...
  2. V

    Need Help on Address List

    Hello Friends I have a data base of address around 30k in the below format... Mr.Vijay Kumar N # 007, 1st Block Wilson Garden Bangalore - 560027 I need the Name in A1 & the complete address in B1 Eg N Vijay Kumar in A1 B1 - # 007, 1st Block, Wilson Garden, Bangalore- 560027... I tried using...
  3. B

    Need Help with Vlookup and multiple columns and sheets

    Hello! 1st time poster so I hope you all can help. I have an Excel that has 2 sheets. 1st sheet is my Form and 2nd sheet has the Data. Data sheet has 2 columns A - Code, B - Description. So What I am trying to accomplish is if my staff enters a number on the Form then excel will automatically...
  4. BrettOlbrys1

    Simple Question for an Expert

    I know this is probably simple, but I am having trouble. I simply want to return the first value in a row that is not blank. So if X=blank: X X 4 X 5 6 1 X 5 X 3 X 5 X X X X X For the 1st row, the returned value would be 4 For the 2nd row, the returned value would be 3 What is the formula I...
  5. S

    Keeping SUM range when adding a new row to the 1st place

    I have numbers across rows 10 to 25. Underneath (say row 45), I get the SUM of the columns above =SUM(A10:A25), =SUM(B10:B25), etc. When I add a new row somewhere in the middle of the rows, the bottom of the column SUM takes into account the new row =SUM(A10:A26), =SUM(B10:26), etc. But if I...
  6. I

    Date Calculation (mid month)

    Hello Everyone - Looking for a formula that will calc. the start date of a contract for me given the exact date it was signed based on mid month convention. Examples If a contract is signed in the 1st 15 days of the month, then the contract start date is the 1st of that month. If a contract...
  7. ExxcelNoob

    separating wta tennis stat

    <tbody> <tbody> 0 Aces 1 #F0F0F0[/URL] "] 5 Double Faults 1 68% 1st Serve Percentage 70% #F0F0F0[/URL] "] 47% (22/47) 1st Serve Points Won 50% (19/38) 41% (9/22) 2nd Serve Points Won 63% (10/16) #F0F0F0[/URL] "] 30% (3/10) Break Points Saved 0% (0/4)...
  8. Y

    VBA Code to use output of 1st iteration in 2nd iteration till reaching optimum solution

    Hi all, I am trying to do genetic algorithm in excel and the 1st trail will result in a recommendation by saying replace parent 1 by child 2 for example. the question is how can i code that in excel, so it will replace parent 1 by child 2 and do another iteration etc, till i reach a number of...
  9. S

    Mortgage Escrow Reserve Calculation

    Can anyone help me out with Tax Escrow reserves calculation of a mortgage? For example. Payment start date is 1/1/2018 Taxes are paid quarterly, which means at every due dates the taxes would be paid by the lender for 3 months.. Let's assume the tax due dates are 1st Feb, 1st August, 1st October...
  10. R

    Excel VBA : Identify duplicate & Update list

    Dear FriendsI have two userform 1st one to capture the details and 2nd one to make any update under data captured from 1st userform. Details from 1st userform gets saved in sheet1 and userform 2 uses the same data reference for modification and update the current records. Case 1 refer to 1st...
  11. R

    how to make item first bought, first sell and calculate cost that way

    i buy and sell 4 items no more, the problem is the items prices changes everytime i buy it. let's say one of the items is a "sugar" ... i bought it yesterday for 1$ for 1kilo and i bought 50, then after a week 2$ for 1 kilo and i bought 50 etc... when i sell 30, it costs me 30$ cuz it came from...
  12. S

    website information using ie

    Good morning all Im a bit stuck trying to get information from a pasricular website. please see below a page from the website. http://greyhoundbet.racingpost.com/#result-meeting-result/race_id=1015910&track_id=7&r_date=2010-03-12&r_time=11:03 My problem is im trying to obtain the traps...
  13. M

    Copy 1st and 2nd sheet from a closed workbook to currently opened workbook

    Hi All, Anyone here can help on a VBA script to copy 1st and 2nd sheet from a closed workbook to currently opened workbook overwriting and contents of sheet 2 and 3? The 1st and 2nd sheet names of the closed workbook changes dynamically so please don't rely on the sheet1 and sheet2 names. The...
  14. K

    Formula problem

    <!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves/> <w:TrackFormatting/> <w:PunctuationKerning/> <w:ValidateAgainstSchemas/> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent>...
  15. R

    Convert Excel Range to Rows

    Hello,I am trying to figure out a way to create one big master list that lists all of the accounts within the given range. I have about 1000 rows with different variation of ranges (1st example below) and for each range listed below, I need to list each account within that range in column D and...
  16. B

    1 Plus Sumproduct Find 1st Instance.

    The below formula part of another thread find 1st Instance. Can someone explain 1 Plus. D2 =1+SUMPRODUCT(($A$2:$A$10=$A2)*($B$2:$B$10<$B2))
  17. K

    How to find 1st instance, 2nd Instance for a unique ID based on date

    I have the following table sample. I need to indicate in the Shipment column,the first time something with the unique ID , the 2nd.. etc. it has to be based on date and not location in the sheet. And if the ID does not repeat then it is the 1st shipment...
  18. E

    UserForm Multi ListBox Setup

    I need some direction on how to set this up The 1st listbox has Types of Hardware. I want to then populate the 2nd Listbox with Models based on 1st List Box selection. I can possibly create a Name Range to get that list populated based on 1st Listbox. My biggest issue is how do i then...
  19. G

    Count 1st, 2nd occurrence in visible cells

    Hello, how to I count the 1st, 2nd, 3rd... occurrence in visible (filtered) cells? I used =COUNTIF($A$7:$A7, $A7) with all cells, but how to convert to filtered cells? The date I want to count is people's name, ie not number. Thank you!

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