Lookup in Range?

Hiya folks.
Just wondering if I can use a LOOKUP for a value in a range.  Example:
Lookup value:  2300
Range table:
Minimum
Maximum
Associate
1
999
alpha
1000
2499
bravo
2500
4999
charlie
5000
9999
delta
10000
19999
echo
20000
99999
foxtrot
How can I look up the value 2300 and return its associate?
Cheers

No, you're missing my references.  My "desires" are what I stated.  You've mixed up my references with my desires. 
See, all of this is a one to many relationship.  The assumption that it means "from this point on-positive" is just wrong.  LOOKUP is a database relationship.  The 4 functions are LOOKUP, VLOOKUP, HLOOKUP, and MATCH. 
So, when I searched for "range", 70 items came up.  For a function of a search range, perhaps you think this is indicative of a range?  Really?  How from your presentation here does it mean that it's anything useful from any regular user of Numbers? 
Your reply means that I spend how much time in what documention?  Really?  Have you ever considered the user of Numbers?  I'm not sure of how much of a true software developer you are, but I will say this.  This software is consumer level stuff.  Consumer 100%.  Any developer of a serious language will want an instant, repetitive, fully accessible Reference of all functionality, which explains what is where.  Numbers...does not.  It fails. 
I would recommend spending some time in a real language where developers expect to know where definitions of functionality are presented.  Numbers is a desktop application that is obviously half-tagged.  The functionality of "range" lookup, should obviously have the tag "range" built into the function.  Numbers, does not have it. 
Your recommendation of "not searching on 'range'" is...not good.  Not recommended.  See, computers are our slaves.  Making recommendations for searches...is backwards.  And, your "guide" isn't my guide.  Chapter 9 didn't help me.  Ever.  Fail.  So, at this moment, multiple fails upon...Apple.  And no, not everybody is asking you nor your own manuals. 
Giving feedback is a bit past the point of having explanation upon its current software.  Why would anybody provide feedback on software that apparently works, yet isn't documented?  That's just an introduction to a (perhaps non-answered) debate on what is already there, yet unfounded, thanks to tech "writers" that forgot or chose not to enter that functionaltiy. 
How many have provided feedback by choosing "Feedback..." and saying "make documentation, fools"?
Software isn't intuitive, as a developer.  Nor is it by any user.  This is just another example of where documentation doesn't come close to explaining how to get past a big wall.  Hence the user stalls, and tech gets another bad name. 

Similar Messages

  • Lookup vs. HLookup/VLookup - Performance issues

    I've used VLookup many times to do some small Numbers magic. The book I learned from suggested avoiding Lookup because there's no way to demand an exact match. That makes sense in some cases, but sometimes you can be pretty confident of a value being in the table. For instance, being given a copy of a value and finding the original in a source table.
    So is there any performance reason to use one over the other? Will Lookup run faster/cleaner/better than H/VLookup? Does it depend upon how many displacement rows/columns are being used in H/VLookup?
    Thanks,
    Vince

    I ran a brief test using the same lookup table (search range E2:E1001, return range K2:K1001 for LOOKUP; Column range E3:K1001, offset 7 for VLOOKUP) for each function.
    Values in the first column of the table were generated randomly with a fractional value dependent on the position of the cell added to prevent duplicate values. These were copied, then the values pasted to remove the formula, then the column was sorted ascending.
    Return values in column K were generated by =ROW(), copied, then the Values Pasted to remove the formula.
    A single search value was entered manually in B2, then a further 999 were generated in B3:B1001 by adding a random amount between 1 and 30 to the value in the cell above.
    C2 contained =VLOOKUP(B2,E$2:K$1001,7) for the test of VLOOKUP
    replaced by    =LOOKUP(B2,E$2:E$1001,K$2:K$1001) for the test of LOOKUP
    Note that omitting the fourth argument in VLOOKUP sets it to obtain a "close match" rather than an "exact match".
    In both tests, the formula was filled down to C1001
    D2 contained =C1001 to return the last returned value to the top of the page.
    It's assumed that the RANDBETWEEN calculation and addition operation in column B consumed the same amount of time in both test versions.
    Test times between entry of the initial search value and return of the last return value were consistent for each version of the test:
    VLOOKUP: 9 seconds
    LOOKUP:   22 seconds
    Regards,
    Barry

  • VLOOKUP external file range

    When using VLOOKUP in Excel, I could reference a range in a different Excel file. Can't seem to do that in Numbers. Is it possible?

    Thanks Jerry. I was afraid this would be the answer. I believe I have a work-around for now, and I've submitted the following request to Apple at your suggestion:
    I recently purchased a 27" iMac and am in the process of migrating as much of my workflow to Mac OS as possible. For the rest, I'm using VMWare Fusion with a Windows 7 VM. In my opinion this combination makes an ideal platform to do just about anything.
    However, in my business of designing and manufacturing electronic products, I need to manage inventory of a large number of items used to build the circuit boards I design. I have a master parts database and many bills of material - all in Excel spreadsheets. I use the VLOOKUP function extensively to coordinate data between the BOM's and the master parts list. The requires the lookup columns range to be in an external file.
    Unfortunately, I apparently cannot reference an external file from the VLOOKUP function in Numbers '09 as I can in Microsoft Excel. BUMMER!!! I would really like to migrate this process to MAC OS, but now I'm stuck.
    BOTTOM LINE: In the next version of iWork, please include the ability to reference external files from within functions such as VLOOKUP.

  • Avoiding Red Triangle issues in VLOOK

    Hi All,
    I am using this line -
    =VLOOKUP($A2,Pupil Grades :: $A$34:$P$38,COLUMN(),FALSE)    -   (FALSE has replaced EXACT MATCH for some reason)
    The problem is, if a child was missing or there is no data against a looked up entry - i get a red triangle. I have tried to use IFERROR, but that does not seem to work.
    Could anyone suggest how to avoid a red triangle when there is no corresponing data.
    Thank you.

    Gwyn,
    vlookup takes several arguments:
    VLOOKUP(search-for, columns-range, return-column, close-match)
    search-for is what to lookup
    columns-range is where to look for the item search-for
    return-columns is the column relative to the first column in the range defined by columns-range
    close-match determines HOW vlookup returns values
    with close-match (the last argument) set to FALSE you are asking vlookup to return an error if if cannot find an exact match.
    you SHOULD be able to use the iferror() function.
    I suggest something like:
    =IFERROR(VLOOKUP($A2,Pupil Grades :: $A$34:$P$38,COLUMN(),FALSE), "")
    OR
    =IFERROR(VLOOKUP($A2,Pupil Grades :: $A$34:$P$38,COLUMN(),FALSE), "Not Found")
    If this doesn't work please post back with a screen shot showing the problem cell along with the error

  • Is it possible to apply conditional formatting to a cell (or range) based upon a LOOKUP query to cell values in another sheet.? I want to alter the formatting (i.e., text and/or cell background color), but not cell content.

    Is it possible to apply conditional formatting to a cell (or range) based upon a LOOKUP query to cell values in another sheet.?
    I want to alter the formatting (i.e., text and/or cell background color), but not the content, of the target cell(s).

    Hi Tom,
    Your LOOKUP formula will return a value that it finds in the "other" table. That value can be used in conditional highlighting rules. (Numbers 3 calls it conditional highlighting, not conditional formatting. Just to keep us awake, I guess, but it works the same).
    Please explain what you are trying to do.
    Regards,
    Ian.

  • Calculated Date Range in Lookup Column

    I want to have a lookup column on a list called Report Week.  The report week is a date range between Sun and Sat.  I could easily make a column of ranges in a seperate list and then use it as a lookup but I am hoping for something more
    elegant.  What I envision is the user selecting the Date Range lookup in a list item and the date ranges shown are the previous, current and upcoming weeks.  So the dropdown list would look like this:
    09/20/14 - 09/26/14
    09/27/14 - 10/03/14
    10/04/14 - 10/10/14
    Can this be done w/out using .NET?  Thanks in advance.

    more or less, you need three calculated columns (well, you may be able to do it in just the one, but it'll be obnoxious to write the formulas)...
    - start date
      => DateAdd([date field], 0 - (dayofweek([datefield]))
            basically, subtract the day of week from the reference date... this should give you the sunday that starts the week
    - end date
      => DateAdd([date field], 7 - (dayofweek([datefield]))
            basically the same, except this adds the remaining number of days in the week, to give you the saturday that ends the week
    - range (description)
      => concatenate([start date], " - ", [end date])
    you may need to fiddle with the formulas a little bit... run them in excel to tweak them.
    Scott Brickey
    MCTS, MCPD, MCITP
    www.sbrickey.com
    Strategic Data Systems - for all your SharePoint needs

  • Lookup if number falls within a range defined in the other table

    Hello!
    In the first table column A I have text strings, and in column B I have character count for that string ( =len(A1))
    Texts
    length
    picture
    Lorem ipsum dolores est ...
    48
    This is a fien day for ...
    69
    In the other table I have set columns with upper and lower bonds and resulting value they should return
    low
    high
    result
    0
    58
    cl1.png
    59
    101
    cl2.png
    I need formula to put in first table "picture" column the value of the second table column "result" if
    number "length" falls withing "low" and "high" range.
    Normaly I'd use LOOKUP, but here are two columns ... ?
    Janis

    Janis,
    I'd suggest that you use MATCH in conjunction with INDEX or OFFSET or INDIRECT to retrieve the data in the row with the smallest number that exceeds the search value.
    Jerry

  • Using a sparse lookup with a date range?

    Hey all,
    I have created a table (Benchmark_Lookup) that contains the following columns:
    start_date, end_date, section, benchmark
    I then have numerous logical tables (Eg Business Growth) that will all have a new logical column performing a sparse lookup on the above table to retrieve it's benchmark value.
    In the lookup table, I have multiple rows for the same section with different benchmarks differentiated by the date range that they were in effect.
    I have worked out how to perform this lookup using the following:
    lookup(SPARSE "bla".Benchmark_lookup"."Benchmark" ,0, "bla"."Business_Growth"."section")
    Unfortunately, the above is now bringing back duplicates as it's not working out what date range to select from.
    I have joined the lookup table (using a physical join) to my Time dimension by saying "business_date >= start_date and business_date <= end_Date" but that doesn't seem to work.
    Any ideas?

    Hi there,
    Neither of these examples help that much.
    I understand how the lookup function works but what happens if the lookup table has the following two rows:
    EFFECTIVE_FROM     EFFECTIVE_TO     SECTION     SCORE
    01/Jan/1900                 30/Jun/2013           test              1
    01/Jul/2013                  06/Jun/2079           test              2
    I need to use the following lookup rules:
    Business_Date >= Effective_From
    Business_Date <= Effective_To
    Section = 'Test'
    The lookup should therefore only ever return one row as the date is used to find the appropriate range.

  • REST API - Can't expand Title of lookup columns "System.ArgumentException : Value does not fall within the expected range"

    I have a list that has more than 12 columns of type lookup with more than 5000 items and I am using a date field as an indexed column so I can restrict the results to meet the list view threshold.  I am also using $select to restrict the columns to
    meet the lookup column threshold.
    If I run the query below it all works as expected:
    _api/web/Lists/MyList/items/?$Filter=Created gt '2015-03-10T05:00:00.000Z' and Created lt '2015-03-17T18:25:00.712Z'&$select=Lookup1/Id&$expand=Lookup1
    If I run this query it does not work:
    _api/web/Lists/MyList/items/?$Filter=Created gt '2015-03-10T05:00:00.000Z' and Created lt '2015-03-17T18:25:00.712Z'&$select=Lookup1/Title&$expand=Lookup1
    Error:
    <m:error xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
    <m:code>-2147024809, System.ArgumentException</m:code>
    <m:message xml:lang="en-US">Value does not fall within the expected range.</m:message>
    </m:error>
    The lookup column "Lookup1" is using Title as the column's information and this should be working.  What is interesting is that changing the lookup threshold has no effect on this but raising the list item view limit does make it work.  The
    date range is selecting less than 5000 items.  So what am I missing here? I just want the Title for the lookup column and my query has about 10 items in it.

    Looking through the logs the error is thrown due to the following error messages:
    03/19/2015 08:26:12.12 w3wp.exe (0x6D34)
    0x7F38 SharePoint Foundation
    Fields 84h8
    High Field with internal name 'LookupFieldName_x005f_Title' already exists in the field cache
    3446f49c-f2d2-d0a2-89f4-59dee19b2f45
    03/19/2015 08:26:12.12 w3wp.exe (0x6D34)
    0x7F38 SharePoint Foundation
    Fields ki9p
    High Unable to add join related fields to the Query.[Error 0x80070057]
    3446f49c-f2d2-d0a2-89f4-59dee19b2f45
    03/19/2015 08:26:12.12 w3wp.exe (0x6D34)
    0x7F38 SharePoint Foundation
    General xxpm
    High Unable to execute query: Error 0x80070057
    3446f49c-f2d2-d0a2-89f4-59dee19b2f45
    03/19/2015 08:26:12.12 w3wp.exe (0x6D34)
    0x7F38 SharePoint Foundation
    General 8e2s
    Medium Unknown SPRequest error occurred. More information: 0x80070057
    3446f49c-f2d2-d0a2-89f4-59dee19b2f45
    03/19/2015 08:26:12.12 w3wp.exe (0x6D34)
    0x7F38 SharePoint Foundation
    General aix9j
    High SPRequest.GetListItemDataWithCallback2: UserPrincipalName=<removed>, AppPrincipalName= ,pSqlClient=<null> ,bstrUrl=siteUrl ,bstrListName=<removed> ,bstrViewName=<null> ,bstrViewXml=<View
    Scope="RecursiveAll"><Query><Where><Eq><FieldRef Name="ID" /><Value Type="Counter">5481</Value></Eq></Where></Query><ViewFields><FieldRef Name="LookupFieldName"
    LookupId="TRUE" /><FieldRef Name="LookupFieldName_x005f_Title" /></ViewFields><ProjectedFields><Field Name="LookupFieldName_x005f_Title" Type="Looku ,fSafeArrayFlags=SAFEARRAYFLAG_DATES_IN_UTC
    3446f49c-f2d2-d0a2-89f4-59dee19b2f45
    The very first message states that it is unable to add join related fields, what could be the possible cause of this?  As you can see rather than specifying a date range which I know contains less than 5000 items, even filtering based on ID gives the
    same result.

  • RMI tunneling: JNDI lookup fails with : Disconnected: Type code out of range, is -29

    9iAS Release 2
    When trying to tunnel through Apache to the OC4J_home instance using ...
    http:ormi://<host>:<HTTPport>/<application> <admin><password>
    and then looking up a JNDI name ...
    TopicConnectionFactory connectionFactory =
    (TopicConnectionFactory)new InitialContext(p).lookup("jms/myTopicConnectionFactory");
    I get a NamingException thrown, with the message: Disconnected: Type code out of range, is -29.
    The jms.xml file is correct. It works against a standalone OC4J instance (therefore no tunneling) ...
    ormi://<host>:23791/<application> <admin><password>
    I'm connecting from a standalone client and using the RMIInitialContextFactory, the tunneling is working (changing oc4j username/password gets a SecurityException). What's missing? Do you have to change the jndi name when tunneling? What does -29 mean in english?

    Tunneling through the Apache HTTP server to an OC4J instance from remote standalone clients works on Linux installations of 9iAS but not on NT installations, failing with a 'Type Code out of range, is -29' error, JVM versions on client and server are the same. Also works against a standalone version of oc4j on NT, what's happening?

  • Lookup results from a range and return specific results

    I have a table with 3 columns: min, max, and rate. It has several rows.
    I have another table with several columns, including hours. I want to create a lookup to return the appropriate rate based on the range that it falls in. How do I go about this?
    Thanks!

    Thanks.
    Knowing the table is really helpful
    In column Cost, the cells contain the formula :
    =VLOOKUP(1+(INT(Quantity/500)*500),Min:Cost,3,1)
    In column Subtotal, the formula is :
    =Quantity*Cost
    Yvan KOENIG (VALLAURIS, France) samedi 30 janvier 2010 21:06:32

  • Range based Flex field validation based on a Lookup table

    Hi all,
    I am trying to create a validation in one of the flex field under HRMS Application. Table: PAY_ELEMENT_ENTRIES_F
    Validation is pretty simple - but i am struggling to implement.
    Assume there exists two flex fields;
    Field1 contains State Information
    Field2 contains Percentage Information
    The above two values would be entered by the user.
    the validation should be like this.
    Field1 - State code entered by User
    Field2 - We have a seperate Lookup where we have setup lots of State specific information. Assume ATTRIBUTE3 and ATTRIBUTE4 defines the Min and Max range which would be configured during the Setup. User should be entering any percentage value between the ATTRIBUTE3 and ATTRIBUTE4.
    I have created a Table Validaiton with select 1 from dual with the following where clause.
    exists ( select null from fnd_common_lookups l, fnd_sessions sess
    where
    l.lookup_type like 'CUSTOM_US_STATE_RULES'
    and sess.session_id= userenv('sessionid')
    and sess.effective_date between l.start_date_active
    and NVL(l.end_date_active, sess.effective_date)
    *and l.attribute1 ='01' -- consider 01 state alone for the time being*
    and :$FLEX$.ENTRY_INFORMATION4 between to_number(l.attribute4) and to_number(l.attribute5)
    When i compile the flexfileld, it errors out stating invalid reference to ENTRY_INFORMATION4.
    ENTRY_INFORMATION4 is the field where i am going to attach this validation
    How do i validate a value of the flexfield against the range of values available in another table(in this case a lookup table) ?
    Any ideas on how to implement this.
    Edited by: vaibhav468 on Sep 29, 2008 3:05 PM

    Thanks so much for the reply. apparently the solution which you have suggested may not work 100% as the data entry also happens via API. Its mentioned in the doc that the special validations happen only via Forms.
    But I implemented it in a crude way. But it works though !!!!
    Based on the value which i enter in the first Field1, the value set which i am using it in second Field2(its a table based value set)
    I generated all possible percentages and displaying it.
    My table is: (select trim(to_char(rownum/100,'990D99')) pct from fnd_columns a where rownum<=10000) a, fnd_common_lookups l
    My Where clause:
    where l.lookup_type='CUSTOM_US_STATE_RULES'
    and l.attribute1=substr(:ENTRY.USER_ENTRY4,1,2)
    and a.pct between l.attribute4 and l.attribute5
    I generated the set of sequence numbers with the help of rownum from a table which definitely contains more than 10000 rows.
    I was so glad that FND allowed me to use a INLINE view in the Validation Table not restricting the tables available for that application alone.
    thanks again.

  • Lookup number in range variable

    i am working on a table in which three header cells have been merged into one:
    table-1
    –––apple––pear––peach–
    2|–A–B–C|D–E–F|G–H–I
    3|–J–K–L|M–N–O|P–Q–R
    4|–S–T–U|V–W–X|Y–Z–a
    from another table there are two cells i use that look up the value in the first table
    table-2
    –––––y––––z–––––––––––
    2|–apple––2–– =formula
    =HLOOKUP('table-2'::z2,'table-1'::$A$1:$J$4,MATCH('table-2'::y2,'table-1':: $A,0),0)
    this returns A as expected, in essence 'table-1::b2'. my problem is how do i specify the columns underneith 'table-1::apple' so i can get to the values of B and C ('table-1::c2' and 'table-1::d2')
    is their a way to put the range of apple into a variable like in excel?–or some other way to look up the other values with the information i have?-or do i just need a better way to rearrange my headers?
    thank you for any advice

    If I understand correctly your problem, your friend is the OFFSET() function which may return a calculated range of cells.
    Yvan KOENIG (from FRANCE lundi 9 mars 2009 18:38:48)

  • What can you do with Color Lookup Tables (CLUT) and other ranges.?

    Ok.... I might be repeating something.... but someone
    suggested to post this as it hasn't be answered....
    Anyway I'm curious on what you can do with Color Lookup
    Tables (CLUT) in Fireworks.... I've been looking for details on
    CLUT, but have only found information on what it's all about....
    Alright, to the point, I'm kind of having some trouble on
    what to do period with them....in the optimize panel in Fireworks I
    saved the Palette, of all the colors I wanted (or so it seemed,
    idk), and made it so it would be for a PNG 32 file... *is this
    suppose to be an .act file too?*.... I then took the image to have
    the colors replaced to the ones I saved in the custom color
    table... so I tried loading the .act file I had saved, that had the
    colors I made for the other image, but nothing happened... so I
    tried doing other various types of files..... I tried doing it as a
    .gif, and it work.... but the thing is I don't want it to be a
    gif... and yes, it is kind of vague, but I really don't know what
    to really do....
    Is there only certain ways that you can load up CLUT files
    into different pictures...?? I want this picture to be a .png file
    too, so is there any way to save the color palette, and load them
    into these type of files..?? or it can't be done with them..??
    overal, I want this image to be .png files... is there any
    tutorial or info on this..?? it would be quite helpful...

    AarokBomB wrote:
    > Is there only certain ways that you can load up CLUT
    files into different
    > pictures...??
    Choose File > Image Preview > Options tab. Set the
    format type to PNG 8,
    GIF, TIFF 8, or BMP 8. Click on the small button to the right
    of the
    Format drop down menu to open the tab options menu. Choose
    Load Palette
    and browse to the .act palette you you have saved. Clock on
    OK to accept
    the changes and close the dialog box. The imported color
    table will be
    applied to the image.
    Linda Rathgeber [PVII] **Adobe Community Expert-Fireworks**
    http://www.projectseven.com
    Fireworks Newsgroup:
    news://forums.projectseven.com/fireworks/
    CSS Newsgroup: news://forums.projectseven.com/css/
    Design Aid Kits:
    http://www.webdevbiz.com/pwf/index.cfm

  • How can I pull a avg for a range in a lookup statement

    I have 2 data sources that I am trying compare  Once has a start date and end date and the other has a constant list of values and dates.  I want to AVG the values for the time between the start and end date in the other table. See example below....
    DataSet1
    Group         Start                                         End
    123         3/21/14 1:00:00PM        3/21/14 5:00:00 PM
    124         3/21/14 6:00:00PM        3/21/14 9:00:00 PM
    125         3/21/14 9:00:00PM        3/22/14 1:00:00 AM
    DataSet2
    Datetime                                       Value
    3/21/14 1:00:00PM                         33.2
    3/21/14 2:00:00PM                         34.2
    3/21/14 3:00:00PM                         31.2
    3/21/14 4:00:00PM                         37.2
    3/21/14 5:00:00PM                         33.2
    3/21/14 6:00:00PM                         34.2
    3/21/14 7:00:00PM                         31.2
    3/21/14 8:00:00PM                         37.2
    ETC......
    I want it o make a table that shows ...
    Group         Start                                         End                           
    AVG Value for time
    123         3/21/14 1:00:00PM        3/21/14 5:00:00 PM                           
    124         3/21/14 6:00:00PM        3/21/14 9:00:00 PM                           
    I can get the value for the start date and end date but I need all values Averaged.  Any ideas?

    Hi mbh23,
    After testing the issue in my environment, we can refer to the steps below to achieve your requirement:
    Drag a table to design surface, insert Datetime field, Datetime field and Value field.
    In the Row Groups pane, right-click the Details group to add a parent group grouped by the expression below:
    =iif(Fields!Datetime.Value>="3/21/14 1:00:00PM" and Fields!Datetime.Value<"3/21/14 6:00:00PM",123,iif(Fields!Datetime.Value>="3/21/14 6:00:00PM" and Fields!Datetime.Value<"3/21/14 10:00:00PM",124,125))
    Right-click the Details Group to add a total row after.
    Modify the expressions of new row to like below:
    =First(Fields!Datetime.Value)                =Last(Fields!Datetime.Value) 
    =Sum(Fields!Value.Value) / Count(Fields!Datetime.Value)
    Right-click the second row to select Row Visibility with Hide option in the table.
    The following screenshot is for your reference:
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    If you have any feedback on our support, please click
    here.
    Katherine Xiong
    TechNet Community Support

Maybe you are looking for

  • Oracle 9i R2 Installation on RH Linux 7.3 -- Have a few questions.

    Hello, I am at the end of the Oracle 9i R2 installation and have a few questions. 1) The "Agent Configuration Assistant" keeps failing. I get the following message. Parameters "orahome" = /opt/oracle/product/9.2.0 Parameters "nodeinfo" = NODE_VALUE A

  • How can I restore iCloud files from my lost iPhone

    I backed up my files to icloud. But I lost my Iphone last week. How can I restore my files from icloud to my macbook ?

  • How do I remove a person using my Apple ID

    I just discovered that one of my kids friend has signed in to my iTunes account using FaceTime and now I would like to know how I can remove this person from using it again.

  • MSI 865PE Neo2 and USB WD (MY BOOK) external HDD

    Ok, so recently i went out an brought a My Book. I plugged it in and formatted it.. Next morning i came out turned of my PC and the computer hung during POST. after a few attempts at booting the PC up, i unplugged the MY BOOK from the USB port and re

  • CO Assingment to Change in Inventory A/c

    User is trying to transfer finished goods from one plant to another plant and the system is giving message that "Change in inventory a/c requires a CO assignment.." I want to know what is the accounting entry generated at the time of stock transfer f