dec

  1. A

    Extracting a date from a cell which has a particular value

    I have 3 cells in excel in same column. One has value "Dec, 2014", second one has value "NA_Dec'14" and the third one has value "NA_". As you can see 3 cells have 3 different values. I am looking to extract a date either first day of the month or last day of the month from the second cell which...
  2. S

    Mearge 2 formulas

    Hi How can I merge 2 formulas in 1 =average(offset(au4,,count(au4:br4)-bs2,,bs2)) =averageif(au4:br4,">0",au4:br4) AU3 to BR3 = Jan to Dec 2018 - 2019 BS2 3 which is month 3
  3. O

    Retrieving and Highlighting Between tables and a Cell

    I have a table im trying to do two things in. I am intending the user to enter parameters into the following cells Q32 - selects rank Q33 - user enters a date From that I need the following to happen: 1. Enter into cell Q35, the year of the next applicable board 2. highlight the row in the...
  4. G

    6 month data on a graph

    Hi! I have a VBA question. I have a bar graph showing the the number of sales every month for the last 5 months. For example: 1000 in Oct, 1200 in Nov, 1300 in Dec, 950 in Jan, and 800 in Feb The Months are in One row (Row A), the number of sales are in another row (Row B). Next month, I...
  5. Ironman

    Two complex formulas returning incorrect values

    Hi I'm having trouble returning the correct values in the 2 cells shaded red in the below sheet. My objective is to show the ongoing corresponding number of miles cycled up to the same date in the previous year. The correct value for the current YTD total is the sum of cells C64:C93, which is...
  6. W

    VBA for (SUMIFS + SUMIFS)

    Hi all, I have a situation where I need to do SUMIFS + SUMIFS + SUMIFS to get the desired result. For example, in the table below I am trying to populate the third column - essentially trying to add the data for client A123 + client B123 + client C123 for Dec 1,2018 in cell c1. Similarly...
  7. J

    Change Calender starting month from January to April

    Hi Guys, The sheet shown below tracks spend by calendar years and we need to change it to spend by tax/fiscal years April to March. Does anyone know how to do this ? Thanks <tbody> Supplier 1 MONTH Apr-17 £59.00 May-17 £60.00...
  8. Ironman

    Creating dynamic chart showing last 90 calendar days entries

    Hello I have literally rubbed my eyebrows away trying desperately to create a dynamic line chart with columns A, G and H from the below data, so the chart shows only the most recent 90 calendar days entries (NOT the last 90 entries - please let me know if it's necessary to insert a daily entry...
  9. K

    Find and Replace Multiple Values in One Cell Simultaneously

    Hi, I have the following range in each cell: ='C:\Users\kumar_\Documents\Kumar\Work\Daily Work Files\26 Dec 2018\2017 Daily Report\Daily Report\[Alor Setar.xls]Jan'!D4 I need to change the range to as follows: ='C:\Users\kumar_\Documents\Kumar\Work\Daily Work Files\26 Dec 2018\2018 Daily...
  10. A

    Excel chart

    I have created a excel chart and I want it to show perecentage completion upward trend but as of November is it 33% complete and the line drops to zero and from Dec data is not available I have selected the range from Oct 18 to Sept 19 and as blank cells it goes to zero. Is there a way to have...
  11. xlhelp15

    Convert "General" format to "Date" format using VBA

    Hello Genius, Kindly help me on the below requirement. Actually I have data in the format of "General" which has Date & Time in that. I need to convert it to Date format. From : Dec 5 2018 2:46PM to : 12/05/18 or 12/05/2018. Your help is greatly appreciated ! Thanks.
  12. S

    COUNTIF date is in previous week

    How do I compose a formula that looks at values in column BP that are from the previous week (The week always starts on a Monday. So for today,(being 4 December) I want it to count anything from Monday 26 November to Sunday 2 December inclusive please. On a Monday it needs to automatically...
  13. J

    Return value based on previous month

    Hi, I have a table that is a1:a13 Jan - Dec, then below each month are values, I want to add a column for each row to show the value for the previous month from today, so if its October today then return each value for September, then I can create a chart based on the previous month when...
  14. J

    Last Occurance of a value formula

    trying to come up with a formula that takes avrg Jan Purchase Price Less December price * Qty of JAN. my obstacle is that if there is no Dec price, to have the formula pick up Nov price. If no NOV price, then the last month and so forth... then I'll have the same for FEB price LESS dec price...
  15. M

    if cell A is 1st on month, make cell B 2 bus days later

    This is what my spreadsheet looks like right now <colgroup><col width="121" style="width: 91pt; mso-width-source: userset; mso-width-alt: 4295;" span="4"> <tbody> CELL K EMAIL DEPLOYMENT phase 1 if eff date is on weekend, forward to next bus day (no holidays accounted for)...
  16. P

    Power Pivot query

    I'm learning how to use the power pivot - which is an extraordinary improvement on normal pivottables. But I don't know the full capabilities. My challenge is this: I have data arranged as follows (the real data is more complex): <tbody> Activity Start Date End Date Total Effort A 1 Jan...
  17. S

    Matching sheets together

    Hi, Below is my main data table of all my players: Sheet 1 <tbody> Name Total Rat. Cor Cro Dri Fin Fir Fre Hea Lon L Th Mar Pas Pen Tck Tec Agg Ant Bra Cmp Cnt Dec Det Fla Ldr OtB Pos Tea Vis Wor Acc Agi Bal Jum Nat Pac Sta Str James Coppinger 403 10 14 15 12 14 11 4 7 1 8 14 10 10 15 7 13...
  18. K

    Derive correct month from time stamp

    Hi, I have the following format of data: a) 02/12/2018 0:00 b) 02/06/2018 12:00:00 AM 1) When I try to convert to month using =text(b1,"mmm"), it returns as Dec for set (a) and 02/06/2018 12:00:00 AM for set(b). As for set (a), the correct month is actually Feb and not Dec 2) As for set...
  19. L

    SUMPRODUCTS with OR

    Dear I have a question to you. Im using SUMPRODUCT for some querry and its perfectli works if at criteria Im using onlu one paramiter for one comumn. But now I want to use two parameters for one of columns. Simple example below Month Turnover ……. Jan 1 Feb 2 March 3...
  20. B

    VBA pivot table - Runtime 5 error on Excel 2013 but not 2016?

    Hello. I created a vba for my coworkers in Excel 2016. When users in 2013 run the code, they keep getting a runtime 5 error. Any suggestions? I tried various solutions on this board but can't seem to get it to work. Is it the "DefaultVersion:=6" that is creating the problem...

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