MATCH function with a <>0 value

ABC3132

New Member
Joined
Nov 7, 2017
Messages
48
Office Version
  1. 2019
Platform
  1. Windows
Hi all.

I have the following JasonB75 advises which have been very useful.

Now I´m trying to search into the cell, only certain features in order to compare the sales of the SAME PERIOD

So, you need to know what column values has to do the right comparation

2019​
2019​
2019​
2020​
2020​
2020​
JanuaryFebruaryMarchJanuaryFebruaryMarchPhasing
5​
0​
25​
7​
8​
0​
300.00%​

January+February 2020 vs January+February 2019
what funciotn should I use?

Many Thanks!
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
I suggest using SUMIFS

=SUMIFS(RowWithNumbers,RowWithMonths,"January",RowWithYears,2019) + SUMIFS(RowWithNumbers,RowWithMonths,"February",RowWithYears,2019) and so on.
 
Upvote 0

Forum statistics

Threads
1,215,039
Messages
6,122,799
Members
449,095
Latest member
m_smith_solihull

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