Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How do I avoid getting an #VALUE response in a formula cell without
zero-filling all of the cells being added etc? Very fustrating -- Fred Scott |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Fred;223151 Wrote: How do I avoid getting an #VALUE response in a formula cell without zero-filling all of the cells being added etc? Very fustrating -- Fred Scott Which formula are you using? -- Pecoflyer Cheers - *'Membership is free' (http://www.thecodecage.com)* & allows file upload -faster and better answers *Adding your XL version* to your post helps finding solution faster ------------------------------------------------------------------------ Pecoflyer's Profile: http://www.thecodecage.com/forumz/member.php?userid=14 View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=61680 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Use the following Generic IF function:
=IF(ISERROR(YourFormula),"",YourFormula) Example: =IF(ISERROR(A1+A2),"",A1+A2) -- Kevin Backmann "Fred" wrote: How do I avoid getting an #VALUE response in a formula cell without zero-filling all of the cells being added etc? Very fustrating -- Fred Scott |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Kevin B;223200 Wrote: Use the following Generic IF function: =IF(ISERROR(YourFormula),"",YourFormula) Example: =IF(ISERROR(A1+A2),"",A1+A2) -- Kevin Backmann "Fred" wrote: How do I avoid getting an #VALUE response in a formula cell without zero-filling all of the cells being added etc? Very fustrating -- Fred Scott Depending on the formulas used there are better options. Thousands of VLOOKUPS for instance will take an eternity to calculate this way -- Pecoflyer Cheers - *'Membership is free' (http://www.thecodecage.com)* & allows file upload -faster and better answers *Adding your XL version* to your post helps finding solution faster ------------------------------------------------------------------------ Pecoflyer's Profile: http://www.thecodecage.com/forumz/member.php?userid=14 View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=61680 |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I agree, I was just going with what information had been provided.
-- Kevin Backmann "Pecoflyer" wrote: Kevin B;223200 Wrote: Use the following Generic IF function: =IF(ISERROR(YourFormula),"",YourFormula) Example: =IF(ISERROR(A1+A2),"",A1+A2) -- Kevin Backmann "Fred" wrote: How do I avoid getting an #VALUE response in a formula cell without zero-filling all of the cells being added etc? Very fustrating -- Fred Scott Depending on the formulas used there are better options. Thousands of VLOOKUPS for instance will take an eternity to calculate this way -- Pecoflyer Cheers - *'Membership is free' (http://www.thecodecage.com)* & allows file upload -faster and better answers *Adding your XL version* to your post helps finding solution faster ------------------------------------------------------------------------ Pecoflyer's Profile: http://www.thecodecage.com/forumz/member.php?userid=14 View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=61680 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I make a blank cell in a formula cell with a range of cell | Excel Discussion (Misc queries) | |||
copy formula down a column and have cell references change within formula | New Users to Excel | |||
adding a formula in a cell but when cell = 0 cell is blank | Excel Worksheet Functions | |||
Cell Formula reference to cell Based On third Cell Content | Excel Discussion (Misc queries) | |||
Cell Formula reference to cell Based On third Cell Content | Excel Discussion (Misc queries) |