Typing in data from the keyboard in a given cell does not trigger the formula

itsgrady

Board Regular
Joined
Sep 11, 2022
Messages
116
Office Version
  1. 2021
Platform
  1. Windows
  2. MacOS
Typing in data (a code with letters and numbers) from the keyboard in a given cell does not trigger the formula, but copying the data and pasting it in the cell from a spreadsheet does trigger the formula. It's a lookup formula that is triggered from copying the code in the cell, but not from typing the code.
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
What's the formula like? What's the data like? What's the formatting of the cell? There might be something related to case sensitive or white space character or some spelling mistake.
 
Upvote 0
This is the formula:

=IFERROR(IF(VLOOKUP($AG$7,School12,2,FALSE)="","No Data",VLOOKUP($AG$7,School12,2,FALSE)),"")
 
Upvote 0
Youre using the logical test vlookup = "", but vlookup can never give out blank it will always give out an error NA if it's not able to find the value, Try removing the error handler and then run the formula. And I see identical lookups in the logical test and false parameter.
Just run this and tell me what's the output.
Excel Formula:
=VLOOKUP($AG$7,School12,2,FALSE)
 
Upvote 0

Forum statistics

Threads
1,215,540
Messages
6,125,405
Members
449,223
Latest member
Narrian

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