简体   繁体   中英

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

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 在此处输入图片说明

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

But when i drag.. i get this 在此处输入图片说明

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?

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.

修改您的公式以检查F8是否为空:

=IF(F8<>"",F8/Working_Days,"")

control-tilde

It changes from "display answer" view to "display formula" view

Links:

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM