将条件公式复制到列

时间:2015-09-18 03:57:37

标签: excel excel-vba excel-formula excel-2010 vba

我在D& D列中的各个单元格中有数字。 F。

在G2列中,公式= G1-D2 + F2,重复此公式,并在G列的相对参考下重复。

我的问题是,如果D& D中的相关单元格都要隐藏G列中的公式。 F是空的。我已经使用条件格式来隐藏一个单元格中的公式,但是当我尝试将格式复制到其他单元格时,它保留了D&中单元格的绝对地址。 F,即它不会调整相对细胞的条件。

任何建议或vba代码都可以解决这个问题。

1 个答案:

答案 0 :(得分:0)

当D2:F2中的至少一个包含值值时,调整公式以显示值。

PalindromeFinder.cpp:19:36: error: non-const lvalue reference to type 'string'
  (aka 'basic_string<char, char_traits<char>, allocator<char> >') cannot
  bind to a value of unrelated type 'const char [8]'
cout<<truncateToLargestPalindrome("racecar")<<endl;
                               ^~~~~~~~~
./PalindromeFinder.h:22:45: note: passing argument to parameter here
void truncateToLargestPalindrome(string&);