Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 10-17-2019, 11:16 AM
caz46 caz46 is offline ISNUMBER or IFERROR Windows 8 ISNUMBER or IFERROR Office 2013
Advanced Beginner
ISNUMBER or IFERROR
 
Join Date: Feb 2011
Posts: 73
caz46 is on a distinguished road
Default ISNUMBER or IFERROR

Hello,

I have the following equation: =IF(I3=1,20,IF(I3>1,(I3-1)*15+20,IF(J3>=1,(J3*100),"")))*IF([@Paid]="Unpaid",-1,1)

When I add a new row, it returns #VALUE, my question is, do I use ISNUMBER OR IFERROR in the equation, and where should I add it?

Thanks in advance for your help.
Caz
Reply With Quote
  #2  
Old 10-17-2019, 10:06 PM
ArviLaanemets ArviLaanemets is offline ISNUMBER or IFERROR Windows 8 ISNUMBER or IFERROR Office 2016
Expert
 
Join Date: May 2017
Posts: 873
ArviLaanemets has much to be proud ofArviLaanemets has much to be proud ofArviLaanemets has much to be proud ofArviLaanemets has much to be proud ofArviLaanemets has much to be proud ofArviLaanemets has much to be proud ofArviLaanemets has much to be proud ofArviLaanemets has much to be proud ofArviLaanemets has much to be proud of
Default

In case you want an empty cell whenever any error occurs:
Code:
=IFERROR(IF(I3=1,20,IF(I3>1,(I3-1)*15+20,IF(J3>=1,(J3*100),"")))*IF([@Paid]="Unpaid",-1,1),"")
Reply With Quote
  #3  
Old 10-21-2019, 12:28 PM
caz46 caz46 is offline ISNUMBER or IFERROR Windows 8 ISNUMBER or IFERROR Office 2013
Advanced Beginner
ISNUMBER or IFERROR
 
Join Date: Feb 2011
Posts: 73
caz46 is on a distinguished road
Default

That works well.

Thanks for your help.
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Expanding =IF(ISNUMBER(SEARCH sru Excel 6 03-09-2018 07:50 AM
Using IFERROR & FIND Function BrookeJ239 Excel 5 09-30-2017 12:02 AM
ISNUMBER or IFERROR IFERROR not (consistently) working John 1978 Excel 8 04-26-2017 12:05 AM
ISNUMBER or IFERROR ISNUMBER formula not working bishweshwar Excel 3 03-13-2017 10:07 AM
ISNUMBER or IFERROR IF, ISNUMBER & AND function Dkline Excel 3 06-04-2014 06:40 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 09:08 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft