CBSE Class 12 Accountancy Question Set
CBSE Class 12 Accountancy Question Set
The #REF! error manifests in Excel when a formula refers to a cell that is not valid, often occurring when cells referred to in a formula are deleted. To address this issue, one should examine the formula to identify where the invalid reference is, ensure that all references point to existing and correct cell addresses, and adjust the formula to replace the #REF! with the correct cell references .
The HLOOKUP function in Excel searches for a value in the top row of a table or array and returns a value in the same column from a row you specify. The syntax for HLOOKUP is HLOOKUP(lookup_value, table_array, row_index_num, [range_lookup]), where 'lookup_value' is the value to search for, 'table_array' is the range of cells that contains the data, 'row_index_num' specifies the row number from which to return a value, and 'range_lookup' is an optional argument that determines if the lookup is an exact match (FALSE) or an approximate match (TRUE).
The error in the formula '=SUM(B2B3)' arises because the colon between cell references is missing. To correct this, confirm the intended range and edit the formula by adding the correct delimiter. The correct formula should be '=SUM(B2:B3)', which specifies a sum of values from cells B2 to B3. Always review and correct syntactical errors in formulas to prevent and resolve such errors in spreadsheets .
Contra vouchers are used to record transactions involving cash and bank account transfers within the same organization, such as transferring cash from one bank account to another. Post-dated vouchers record transactions that are set to occur on a future date, ensuring that liabilities or payments are settled in due course. Receipt vouchers document funds received, detailing the source and purpose for accountability in financial records. The key distinction lies in their application: contra deals with internal transfers, post-dated with future transactions, and receipts with funds received .
The '$' sign in Excel is significant because it is used to create absolute cell references, which are cell references that remain constant, even when the formula is copied to another cell. To apply an absolute reference, the '$' sign is placed before the column letter and row number (e.g., $A$1). A mixed cell reference, which combines relative and absolute referencing by fixing either the column or the row, can be created by placing the '$' sign before either the column letter or the row number (e.g., $A1 or A$1).
To prevent and address errors like a negative date or time (which manifest as ##### in cells), one strategy is to ensure date and time inputs are logically correct and not derived from subtracting larger values from smaller ones. Implementing data validation rules can restrict negative entries. Additionally, using custom date and time formatting to display results correctly and applying IF functions to manage scenarios that might lead to such errors also help in prevention and resolution .
Cell reference is essential in Excel because it allows formulas to dynamically calculate values based on cell data. Relative cell references, such as A1, change when a formula is copied across rows or columns, adapting the formula to its new location. Absolute cell references, like $A$1, remain constant regardless of where the formula is copied. This impacts formula duplication significantly, as relative references allow for adaptable calculations, while absolute references maintain consistency and accuracy for key values or fixed data entries across the spreadsheet .
Customised accounting software involves modifying existing software solutions to better fit the specific needs of an organization, often with respect to user interface, reporting, or workflows. Tailored accounting software, on the other hand, is built from scratch based on the detailed needs and specifications of an organization, providing a unique solution that completely aligns with its operational processes. Customised solutions are generally quicker and cheaper to implement but may have limitations, whereas tailored solutions are more expensive and time-consuming but potentially offer greater flexibility and functionality .
A '#N/A' error in Excel typically occurs when a formula cannot find a referenced value. This can happen in functions like VLOOKUP or HLOOKUP if the lookup value does not exist in the data table. To resolve this error, verify that the lookup value and table_array are correct, consider using data validation to minimize errors, and use the IFERROR function to handle cases where #N/A might appear, allowing the display of a custom message or zero instead .
Data validation in Excel enhances data entry accuracy by restricting the type of data or the values that users can enter in a cell. The 'Error Alert' tab plays a crucial role by providing feedback to users when invalid data is entered. It allows users to set a warning message to inform them of any data entry errors, thus helping maintain the integrity and accuracy of the data being inputted into the spreadsheet .