How do I wrap the IF() to this function?

hollyanneu2

New Member
Joined
Feb 12, 2013
Messages
27
Office Version
  1. 365
Platform
  1. Windows
One of the cells has an #NUM! error. Should be 0.0%

This is the function: =([Total Sales] - [Total Sales DATEADD 1 Year Back])/[Total Sales DATEADD 1 Year Back]

Thank you.
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)

This might be what you are looking for:
Excel Formula:
=IFERROR(([Total Sales] - [Total Sales DATEADD 1 Year Back])/[Total Sales DATEADD 1 Year Back],0)
 
Upvote 0
Solution
What version of Excel are you using?

I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)

If that is the formula with the error try
Excel Formula:
=IFERROR(([Total Sales] - [Total Sales DATEADD 1 Year Back])/[Total Sales DATEADD 1 Year Back],0)
 
Upvote 0
I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)

This might be what you are looking for:
Excel Formula:
=IFERROR(([Total Sales] - [Total Sales DATEADD 1 Year Back])/[Total Sales DATEADD 1 Year Back],0)
This works....I am using 365. I will update my profile. Thank you!
 
Upvote 0

Forum statistics

Threads
1,224,731
Messages
6,180,614
Members
452,991
Latest member
JM_000888

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