Sales figures report using Vlookup ?

goble

New Member
Joined
Oct 7, 2010
Messages
48
Office Version
  1. 2019
Platform
  1. Windows
Hello,

i have these data examples :

CompanyDate InvoicedServicesInvoice NumberSales Figures
HP23-Jan-21Some data001
8,000.00​
Dell25-Jan-21Some data002
6,000.00​
Microsoft04-Sep-21Some data003
6,000.00​

I want to make reporting for sales figures by month.

That is :

MonthTotal Sales Figures
Jan-2114,000.00
Feb-210
Sep-216,000.00

I guess this is rather simple but I couldn't find this in the existing threads here.
 

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
is the month on your summary a DATE formatted as MMM-YY
OR is it text ???
you can use a sumifs()

But would need dates in the summary sheet

=SUMIFS($F$2:$F$4,$B$2:$B$4,">="&A10,$B$2:$B$4,"<="&EOMONTH(A10,0))

Book2
ABCDEF
1CompanyDate InvoicedServicesInvoice NumberSales Figures
2HP1/23/21Some data18000
3Dell1/25/21Some data26000
4Microsoft9/4/21Some data36000
5
6
7
8
9MonthTotal Sales Figures
10Jan-2114,000.0014000
11Feb-2100
12Sep-216,000.006000
Sheet1
Cell Formulas
RangeFormula
E10:E12E10=SUMIFS($F$2:$F$4,$B$2:$B$4,">="&A10,$B$2:$B$4,"<="&EOMONTH(A10,0))


OR
Note: Images are difficult to see , and also requires that I input all the data myself, which means I may make an error, which is very time consuming, and from my point of view less likely to get a response, if a complicated spreadsheet. Plus we cannot see any of the formulas used.

Therefore -

A good sample workbook has just 10-20 rows of representative data that has been desensitised. The sample layout accurately matches that of your real data. It also has expected results mocked up, worked examples where required, relevant cells highlighted and a few explanatory notes.

This will possibly enable a quicker and more accurate solution for you.

MrExcel has a tool called “XL2BB” that lets you post samples of your data and will allow us to copy/paste your sample data into our Excel spreadsheets, saving a lot of time.

You can also test to see if it works ok, in the "Test Here" forum.

OR if you cannot get XL2BB to work, or have restrictions on your PC

then put the sample spreadsheet onto a share

I only tend to goto OneDrive, Dropbox or google docs , as I'm never certain of other random share sites and possible virus.
Please make sure you have a representative data sample and also that the data has been desensitised, remember this site is open to anyone with internet access to see - so any sensitive / personal data should be removed

Make sure you set any share or google to share to everyone

if you have any issues with XL2BB, then the "About this Board" is the forum to ask questions about XL2BB
 
Upvote 1
Solution
Thank you so much, it works ! Adjusted the column month to a date format for example Jan-21 value is 01-01-2021 (1st Jan 2021)
 
Upvote 0

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,398
Latest member
rjsteward

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