how to apply formula in excel cell without the value being shown

southpark

The question may be a little difficult to comprehend and i cannot find better way to out it across. So here i am explaining with an image enter image description here

I have a formula in G8. I want to apply the formula to 500 rows.

But when i drag.. i get this enter image description here

What I want is that the formula should be present for all the 500 rows.. but zero should not be visible initially. That is, after I enter value in G9, value should be calculated in G9

I know that we can hide the zeros from the option of excel..but that does not serve my purpose. Is there any way to achieve what i need?

Iqbal

Type this in your result cells.

=IF(A11+B11 = 0, "", A11+B11)

Here A11+B11 is my formula to get the summation of A11 and B11.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to change a formula according to cell value in excel?

From Dev

Excel apply formula to existing cells value without copy/paste

From Dev

Excel apply complicated formula to existing cells value without copy/paste

From Dev

Apply new cell value in Excel without pressing Enter or moving focus

From Dev

How do I apply a formula to a range without applying said formula to every cell?

From Dev

Excel - Replace cell link in formula with value in cell

From Dev

Excel - How to read cell value exactly as they show up on the spreadsheet, not by formula

From Dev

How to pass int value from cell in to excel formula

From Dev

Expanding an Excel formula without referencing the previous cell

From Dev

How to apply formula to cells with value

From Dev

How to apply a formula to each cell of a numpy array

From Dev

Excel Formula Assign Value based on Color of Cell

From Dev

Excel - Inserting cell value in formula column name

From Dev

Excel 2007 Cut and paste formula or value without changing cell formatting - paste options greyed out

From Dev

In Excel, if cell is blank OR formula result is 0, then how to show blank cell instead of #VALUE! error?

From Dev

Excel IF cell reference formula being changed when recorded in VBA

From Dev

Formula if cell = value to carry out formula else...Excel VBA

From Dev

Can you apply a formula to a formula in Excel instead of the value?

From Dev

Apply Formula Cell to a DataGridview

From Dev

Excel 2016 don't apply formula if cell is blank

From Dev

How do I create a formula in excel that searches for a value in row, and then takes the value from another cell in that column?

From Dev

How to color a cell in Excel using a formula?

From Dev

excel: how to *clone* the formula to another cell?

From Dev

How to put a formula into a cell by Excel VBA?

From Dev

How to use a cell in Excel that has a formula as a condition?

From Dev

String type value added to Excel cell, but it shown like double

From Dev

Excel Formula - Count Value without repetition

From Dev

MS Excel, How to make the IF formula spit back the value of the cell if condition is FALSE?

From Dev

How can I write an excel formula to return a value from a range based on the contents of a cell?

Related Related

  1. 1

    How to change a formula according to cell value in excel?

  2. 2

    Excel apply formula to existing cells value without copy/paste

  3. 3

    Excel apply complicated formula to existing cells value without copy/paste

  4. 4

    Apply new cell value in Excel without pressing Enter or moving focus

  5. 5

    How do I apply a formula to a range without applying said formula to every cell?

  6. 6

    Excel - Replace cell link in formula with value in cell

  7. 7

    Excel - How to read cell value exactly as they show up on the spreadsheet, not by formula

  8. 8

    How to pass int value from cell in to excel formula

  9. 9

    Expanding an Excel formula without referencing the previous cell

  10. 10

    How to apply formula to cells with value

  11. 11

    How to apply a formula to each cell of a numpy array

  12. 12

    Excel Formula Assign Value based on Color of Cell

  13. 13

    Excel - Inserting cell value in formula column name

  14. 14

    Excel 2007 Cut and paste formula or value without changing cell formatting - paste options greyed out

  15. 15

    In Excel, if cell is blank OR formula result is 0, then how to show blank cell instead of #VALUE! error?

  16. 16

    Excel IF cell reference formula being changed when recorded in VBA

  17. 17

    Formula if cell = value to carry out formula else...Excel VBA

  18. 18

    Can you apply a formula to a formula in Excel instead of the value?

  19. 19

    Apply Formula Cell to a DataGridview

  20. 20

    Excel 2016 don't apply formula if cell is blank

  21. 21

    How do I create a formula in excel that searches for a value in row, and then takes the value from another cell in that column?

  22. 22

    How to color a cell in Excel using a formula?

  23. 23

    excel: how to *clone* the formula to another cell?

  24. 24

    How to put a formula into a cell by Excel VBA?

  25. 25

    How to use a cell in Excel that has a formula as a condition?

  26. 26

    String type value added to Excel cell, but it shown like double

  27. 27

    Excel Formula - Count Value without repetition

  28. 28

    MS Excel, How to make the IF formula spit back the value of the cell if condition is FALSE?

  29. 29

    How can I write an excel formula to return a value from a range based on the contents of a cell?

HotTag

Archive