excel-formula

Separate address elements from 1 cell in Excel

我的未来我决定 提交于 2021-02-10 05:26:12
问题 I have thousands of addresses in this format: 123 Happy St. Kansas City, MO 64521 9812 Main Street Minneapolis, MN 62154 12 Virgina Ave, Apt 8, Dallas, TX 54334 I want to extract the address, city, state, zip into individual cells (without using VB if possible). I've tried a couple variations of other methods posted, but I can't quite get desired results. 回答1: Analyze your problem! you want to split your address string at the comma you then want to split the right fragment from (1) at the

Detect the language in which Excel is setup and show it in a cell of the file

风格不统一 提交于 2021-02-09 00:21:30
问题 I'm designing a set of related excel file which are related between them. The objective is that the macros which refere to each other document, can work in any given computer/path. For this reason I have used a set of relative path which lets the macros work well. I have used the follwoing functions: =+CELDA("nombrearchivo";$A$1) "nombredearchivo" means "filename" in english. The problem here is that this function only works when the computer is setup in Spanish, but when the files are

Detect the language in which Excel is setup and show it in a cell of the file

百般思念 提交于 2021-02-09 00:19:50
问题 I'm designing a set of related excel file which are related between them. The objective is that the macros which refere to each other document, can work in any given computer/path. For this reason I have used a set of relative path which lets the macros work well. I have used the follwoing functions: =+CELDA("nombrearchivo";$A$1) "nombredearchivo" means "filename" in english. The problem here is that this function only works when the computer is setup in Spanish, but when the files are

Returning cell values from other sheets by referencing sheet names from a list

こ雲淡風輕ζ 提交于 2021-02-08 14:44:03
问题 I have a spreadsheet with approx twenty different sheets named by stock ticker. Because these are templates, the information in each sheet is found in the same cells. For example, the EPS for the current year is always in cell A55 regardless of the sheet. I want to build a summary sheet that will pull data from the templates based on the tickers. So envision a summary sheet with tickers (also sheet names) down column A and formulas in columns B to reference the same position in each different

Is there any Excel Formula for comparing 2 columns for containing data and counting their occurrence?

时间秒杀一切 提交于 2021-02-08 11:16:53
问题 Hello everybody . I ran into some problems when comparing data in columns in Excel / G-Sheets . I tried to compare 2 columns with company names using the standard formula " =countif (A:A, B2) ", where column "A" containing the names of the companies I am looking for (acceptable) and column "B" containing the names of companies that should match with company names in column "A" . For example , in column "A" there is a cell with the name of the company "Apple" , and if in column "B" there is no

Is there any Excel Formula for comparing 2 columns for containing data and counting their occurrence?

北城以北 提交于 2021-02-08 11:16:24
问题 Hello everybody . I ran into some problems when comparing data in columns in Excel / G-Sheets . I tried to compare 2 columns with company names using the standard formula " =countif (A:A, B2) ", where column "A" containing the names of the companies I am looking for (acceptable) and column "B" containing the names of companies that should match with company names in column "A" . For example , in column "A" there is a cell with the name of the company "Apple" , and if in column "B" there is no

Replace reference to worksheet in a formula via macro

こ雲淡風輕ζ 提交于 2021-02-08 11:13:08
问题 I have a button which produces a new worksheet. I pass the name of the active worksheet (the origin of the clicked button). Clicking the button on a worksheet named "A", produces a sheet "Print" based on the active worksheet "A". The formula of the cells in the "Print" sheet reference "A" (e.g. 'A'!B1). I have a worksheet named "B". When I click the button it should replace the "A" in the formula of all cells in "Print" worksheet. It seems that wildcard in replace doesn't work. For Each cell

Bolding Text with VBA

南笙酒味 提交于 2021-02-08 10:37:23
问题 Here's the cell formula I'm using: ="Charge: "&(UPPER(AG343))&" "&" Charging Staff: "&(AH343)&" "&" Charging Staff: "&(AI343)&" "&" CAP_ID: "&(AJ343) Is there a way in VBA to recognize that a value is being pulled into Cell "A" from a reference to Cell "B" and to make the text representation of the reference from Cell "B" in Cell "A" bold? I've seen posts on this subject on the limitations of Excel functions to manipulate text. I don't understand why I can use the UPPER function on the

Bolding Text with VBA

。_饼干妹妹 提交于 2021-02-08 10:36:03
问题 Here's the cell formula I'm using: ="Charge: "&(UPPER(AG343))&" "&" Charging Staff: "&(AH343)&" "&" Charging Staff: "&(AI343)&" "&" CAP_ID: "&(AJ343) Is there a way in VBA to recognize that a value is being pulled into Cell "A" from a reference to Cell "B" and to make the text representation of the reference from Cell "B" in Cell "A" bold? I've seen posts on this subject on the limitations of Excel functions to manipulate text. I don't understand why I can use the UPPER function on the

Double nested IF statement formula in Excel

淺唱寂寞╮ 提交于 2021-02-08 10:26:19
问题 Good morning, I would like to set a multiple if statement in Excel. In row 8 you can see the following formula, which gives an answer in column Q. The answer based on this nested formula is Yes or No. In row 13 all the cells are empty. Because the nested formula has been dragged down it still shows "No". I was trying to write some double nested IF statement for this, which could cover the situation when the cells are empty and the Q column can come empty as well as a result. =IF(OR(M9=" ",OR