Formula result not being displayed

FLICK85

New Member
Joined
Jan 3, 2020
Messages
8
Office Version
  1. 365
Platform
  1. Windows
Hello
I am hoping that this is very straightforward however has me stumped. I have a vlookup formula to return a result on a different sheet within the same workbook. Formula is:
=(VLOOKUP(A12,'Production Summary - DEC 19'!A:GG,172,FALSE))
The actual data should return 1000 but is actually returning 0. Before you say its because of the number stored as text or alike I have reviewed the reviewed the result in the function argument and it says the formula result is 1000. Why is it not displaying this?
Please help :)
 
What do these formulas return when put in a spare cell and changing the A1 cell reference to the address of the cell that contains your VLOOKUP() function?

=A1=1000
=A1=0

Do you have any circular references?
Is calculation set to automatic?
 
Upvote 0

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
1. ='Production Summary - DEC 19'!FP11=1000 returns TRUE

2. ='Production Summary - DEC 19'!FP11=0 returns FALSE

Circular references: Yes apparently so. I have tried copying and paste special: value. It wont allow it due to there being circular references.

Calculation is set to automatic.
 

Attachments

  • 1578062910098.png
    1578062910098.png
    870 bytes · Views: 3
Upvote 0
Resolved - thank you to everyone that has taken the time to assist :) have a great day!
 
Upvote 0

Forum statistics

Threads
1,214,979
Messages
6,122,557
Members
449,088
Latest member
davidcom

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