MATCH function with a <>0 value

ABC3132

Board Regular
Joined
Nov 7, 2017
Messages
50
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

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
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,551
Messages
6,125,478
Members
449,233
Latest member
Deardevil

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