multiple formulas

Just4me

New Member
Joined
May 26, 2018
Messages
2
Hi, I am doing a spreadsheet and most of the time I can easily find the answer to my question in one of your threads. but not this time.. here is my formula. =IFERROR(ABS(E3-D3)/D3,"") I only want an answer if there are values/numbers in cell E3 and D3. any suggestions? again I want to say thank God for these threads.
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.
hi, i am doing a spreadsheet and most of the time i can easily find the answer to my question in one of your threads. But not this time.. Here is my formula. =iferror(abs(e3-d3)/d3,"") i only want an answer if there are values/numbers in cell e3 and d3. Any suggestions? Again i want to say thank god for these threads.


Try...

=IF(AND(E3<>"",D3<>""),ABS(E3-D3)/D3,"")
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,655
Messages
6,126,050
Members
449,283
Latest member
GeisonGDC

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