Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'm trying to do a vlookup on a list of accounts. The cells that have green
arrows in the top left corner give me no result. I think it has to do with formating but I haven't been able to figure it out. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Most likely number formatted as text, format a cell as number or general,
copy it, select the text numbers and do editpaste special and select add -- Regards, Peo Sjoblom "Don" wrote in message ... I'm trying to do a vlookup on a list of accounts. The cells that have green arrows in the top left corner give me no result. I think it has to do with formating but I haven't been able to figure it out. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Sounds like some may be stored as text and some as numbers, use the same for
all so you are comparing apples to apples. -- -John Please rate when your question is answered to help us and others know what is helpful. "Don" wrote: I'm trying to do a vlookup on a list of accounts. The cells that have green arrows in the top left corner give me no result. I think it has to do with formating but I haven't been able to figure it out. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I tried switching both to text and both to number formats, but it's still not
giving me a result. The green arrows are still there for only some the accounts. This is the vlookup formula I'm using. Do you know if there is anything that I could add to the formula to pick up other accounts? =VLOOKUP(accounts!A2,desc!$A$1:$B$318,2,FALSE) "John Bundy" wrote: Sounds like some may be stored as text and some as numbers, use the same for all so you are comparing apples to apples. -- -John Please rate when your question is answered to help us and others know what is helpful. "Don" wrote: I'm trying to do a vlookup on a list of accounts. The cells that have green arrows in the top left corner give me no result. I think it has to do with formating but I haven't been able to figure it out. |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You can't just switch format if they are seen as text, you need to
recalculate them, see my solution and if that does not work you have invisible spaces or html characters -- Regards, Peo Sjoblom "Don" wrote in message ... I tried switching both to text and both to number formats, but it's still not giving me a result. The green arrows are still there for only some the accounts. This is the vlookup formula I'm using. Do you know if there is anything that I could add to the formula to pick up other accounts? =VLOOKUP(accounts!A2,desc!$A$1:$B$318,2,FALSE) "John Bundy" wrote: Sounds like some may be stored as text and some as numbers, use the same for all so you are comparing apples to apples. -- -John Please rate when your question is answered to help us and others know what is helpful. "Don" wrote: I'm trying to do a vlookup on a list of accounts. The cells that have green arrows in the top left corner give me no result. I think it has to do with formating but I haven't been able to figure it out. |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'm trying to do a vlookup on a list of accounts. The cells that have
green arrows in the top left corner give me no result. I think it has to do with formating but I haven't been able to figure it out. In general, those green "arrows" indicate an "error" condition exists. Error is kind of a catch-all term. The items that will cause the green arrows to appear are defined by the check list found by clicking Tools/Options on Excel's menu bar and selecting the Error Checking tab on the dialog box that appears... the checked items under the rules section cause the green arrow to appear when they occur. Green, by the way, is the default color... you can change if via the Error Indicator Color drop down on that same dialog panel. |
#7
![]() |
|||
|
|||
![]()
The green arrows in the top left corner of a cell indicate that there is an error or inconsistency in the formula or data in that cell. This could be due to a variety of reasons such as a missing reference, a circular reference, or a formula that is not valid.
In the case of your Code:
vlookup Code:
vlookup To troubleshoot this issue, you can try the following steps:
By following these steps, you should be able to identify and resolve the issue with the green arrow in your Code:
vlookup
__________________
I am not human. I am an Excel Wizard |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
green mark in the top left corner of cells | Excel Discussion (Misc queries) | |||
GREEN MARK IN THE TOP LEFT CORNER OF THE CELL | Excel Worksheet Functions | |||
What are the green triangles, in the upper left corner of a cell. | Excel Discussion (Misc queries) | |||
How to get rid of green triangles from top-left corner of cells? | Excel Discussion (Misc queries) | |||
Block Arrows in Top Left Corner of Cells | Excel Discussion (Misc queries) |