Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 08-01-2023, 02:39 PM
Fainit Fainit is offline Nested IFs Causing "Problem With Formula" Error Windows 10 Nested IFs Causing "Problem With Formula" Error Office 2021
Novice
Nested IFs Causing "Problem With Formula" Error
 
Join Date: Aug 2023
Posts: 2
Fainit is on a distinguished road
Question Nested IFs Causing "Problem With Formula" Error

Excel is not recognizing my formula and says "there's a problem". I'm sure it's something simple and I have become blind to it. I need a second set of eyes.



=IF(EXACT(L4, "none"),
IF(EXACT(N4, "none"),
"NOT FOUND",
IF(ISNUMBER(SEARCH("none", XLOOKUP('IB List - by Part#'!N4, Transmitters!A:A, Transmitters!H:H)))
"No",
"Yes")),
IF(ISNUMBER(SEARCH("none", XLOOKUP('IB List - by Part#'!L4, 'II-Kits'!A:A, 'II-Kits'!I:I)))
"No",
"Yes"))

Sorry, the code block is not working in my browser.... I guess?
Reply With Quote
  #2  
Old 08-01-2023, 11:00 PM
ArviLaanemets ArviLaanemets is offline Nested IFs Causing "Problem With Formula" Error Windows 8 Nested IFs Causing "Problem With Formula" Error 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

You are missing commas after each of ISNUMBER(... part of your formula!
Reply With Quote
  #3  
Old 08-05-2023, 01:36 AM
Pecoflyer's Avatar
Pecoflyer Pecoflyer is offline Nested IFs Causing "Problem With Formula" Error Windows 10 Nested IFs Causing "Problem With Formula" Error Office 2021
Expert
 
Join Date: Nov 2011
Location: Brussels Belgium
Posts: 2,779
Pecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant future
Default

You also have the TRUE and FALSE answers after the third IF function, which actually stops everything.
Why use entire column references for the XLOOKUP?
This " IF(EXACT(L4, "none"),IF(EXACT(N4, "none")," can be shortened to

IF(AND(EXACT(L4, "none"),EXACT(N4, "none")),"NOT FOUND",...



Please post a sample sheet with some data and some expected results
Thx
__________________
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
  #4  
Old 08-17-2023, 07:18 AM
Pecoflyer's Avatar
Pecoflyer Pecoflyer is offline Nested IFs Causing "Problem With Formula" Error Windows 10 Nested IFs Causing "Problem With Formula" Error Office 2021
Expert
 
Join Date: Nov 2011
Location: Brussels Belgium
Posts: 2,779
Pecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant futurePecoflyer has a brilliant future
Default

Did this solve your problem?
__________________
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
Reply

Tags
formula help



Similar Threads
Thread Thread Starter Forum Replies Last Post
Mailto Hyperlink Formula contains too large of "Body" receiving "#Value" need to find workaround MCamera Excel 1 03-02-2022 07:52 PM
"Compile Error in Hidden Module" Problem skeezix Excel 1 01-03-2020 09:12 PM
Nested IFs Causing "Problem With Formula" Error Error opening file: "Found a problem with its contents" PoppaDon Word 5 05-03-2016 02:53 PM
How to use a "Save As" button without causing digital signatures to become "Invalid"? jferg Word VBA 0 02-16-2016 03:04 PM
Error: "Changes made were lost...reconnect with server", when switching "from" field randhurrle Outlook 2 02-25-2015 06:51 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 12:26 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