संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
इससे तय होता है कि आउटपुट में, वैल्यू कैसे रेंडर होंगी.
Enums
FORMATTED_VALUE
सेल के फ़ॉर्मैट के मुताबिक, जवाब की वैल्यू का हिसाब लगाया जाएगा और उन्हें फ़ॉर्मैट किया जाएगा. फ़ॉर्मैटिंग, अनुरोध करने वाले उपयोगकर्ता की भाषा के बजाय, स्प्रेडशीट की स्थान-भाषा पर आधारित होती है. उदाहरण के लिए, अगर A1, 1.23 है और A2 को =A1 किया गया है और मुद्रा के तौर पर फ़ॉर्मैट किया गया है, तो A2, "$1.23" दिखाएगा.
UNFORMATTED_VALUE
वैल्यू का हिसाब लगाया जाएगा, लेकिन उन्हें जवाब के फ़ॉर्मैट में नहीं रखा जाएगा. उदाहरण के लिए, अगर A11.23 है और A2 को =A1 किया गया है और मुद्रा के तौर पर फ़ॉर्मैट किया गया है, तो A2 नंबर को 1.23 दिखाएगा.
FORMULA
वैल्यू का हिसाब नहीं लगाया जाएगा. जवाब में फ़ॉर्मूले चुने जाएंगे. उदाहरण के लिए, अगर A1, 1.23 है और A2 को =A1 किया गया है और मुद्रा के तौर पर फ़ॉर्मैट किया गया है, तो A2, "=A1" दिखाएगा.
Sheets में तारीख और समय की वैल्यू को दशमलव वाली वैल्यू माना जाता है. इसकी मदद से, आप फ़ॉर्मूला में अंकगणित पूरा कर सकते हैं. तारीख और समय की वैल्यू को समझने के लिए, तारीख और समय की वैल्यू के बारे में जानकारी देखें.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2024-09-03 (UTC) को अपडेट किया गया."],[[["`FORMATTED_VALUE` returns values calculated and formatted according to the cell's formatting based on the spreadsheet's locale."],["`UNFORMATTED_VALUE` returns calculated values without formatting."],["`FORMULA` returns the formulas within cells without calculating them, representing date and time as decimal values for arithmetic operations."]]],["The content defines three ways values are rendered in output: `FORMATTED_VALUE`, `UNFORMATTED_VALUE`, and `FORMULA`. `FORMATTED_VALUE` calculates and formats values based on the spreadsheet's locale. `UNFORMATTED_VALUE` calculates values but omits formatting. `FORMULA` returns the formula itself, without calculation; date and time values can be treated as decimal values and can be used in formulas.\n"]]