ac1

  1. D

    Letter Sequence in Columns - AA AB AC AD AE etc

    Hi, I have the following formula in cell K1 =LEFT(ADDRESS(ROW($AA1),COLUMN($AA1)+(COLUMNS($K1:K1)-1),4),2) I need to copy & past this formula 6 rows to the right each time (i.e. Q1, W1, AC1 etc) And return the following sequence in the cells; K1 - AA Q1 - AB W1 - AC AC1 - AD The formula...
  2. B

    Quesiton on Macro to Move Info To Next Open Row

    I have the following macro set up to copy data from cells AA1, AB1 and AC1 into the next open row for columns B, C and D. Code: Sub Test() Sheet1.Range("AA1:AC1").Copy Sheet1.Range("B" & Rows.Count).End(3)(2) End Sub The problem I'm running into is that cells AA1, AB1 and AC1 have...
  3. Z

    sum, countif giging wrong results?

    SUM(COUNTIF($D4:$M4,"*"&$AC$1&"*"),COUNTIF($D4:$M4,"*"&$AD$1&"*"),COUNTIF($D4:$M4,"*"&$AE$1&"*"),COUNTIF($D4:$M4,"*"&$AF$1&"*"),COUNTIF($D4:$M4,"*"&$AG$1&"*"),COUNTIF($D4:$M4,"*"&$AH$1&"*"),COUNTIF($D4:$M4,"*"&$AI$1&"*"),COUNTIF($D4:$M4,"*"&$AJ$1&"*")) I have the above formula copied down 3,000...
  4. J

    Select a cell based on the value of another cell

    I have a cell range reference (ex. D4) entered into cell AC1 as a string. In VBA, how do you write the code to select cell D4, based only on what the value is at AC1? Keep in mind, cell value of AC1 will be different every calculation. I thought you can use indirect in this case, but I am not...

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