Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 08-05-2019, 06:57 PM
Karen615 Karen615 is offline #value! Windows 7 64bit #value! Office 2010 64bit
Competent Performer
#value!
 
Join Date: Jun 2011
Location: Chicago
Posts: 145
Karen615 is on a distinguished road
Default #value!

I have the following formulas:


For example

=$C$7+D6
=$C$7+E6


What do I add to these formulas so the cell returns N/A if a non-numeric value is added to D6 or E6?


Your help is greatly appreciated.
Reply With Quote
  #2  
Old 08-06-2019, 12:17 AM
Pecoflyer's Avatar
Pecoflyer Pecoflyer is offline #value! Windows 7 64bit #value! Office 2010 64bit
Expert
 
Join Date: Nov 2011
Location: Brussels Belgium
Posts: 2,920
Pecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond repute
Default

Perhaps =IFERROR($C$7+D6,NA()) or =IF(TYPE($C$7)>1,NA(),$C$7+D6)
If using a pre 2007 version use IF(ISERROR...
__________________
Using O365 v2503 - Did you know you can thank someone who helped you? Click on the tiny scale in the right upper hand corner of your helper's post
Reply With Quote
  #3  
Old 08-06-2019, 08:14 AM
ArviLaanemets ArviLaanemets is offline #value! Windows 8 #value! Office 2016
Expert
 
Join Date: May 2017
Posts: 932
ArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant future
Default

Try like
Code:
= SUM($C$7,D6)
Reply With Quote
Reply



Other Forums: Access Forums

All times are GMT -7. The time now is 01:52 PM.


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