LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #11   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 19
Default Trying to calculate results in one cell, based on data of anot

The first formula you suggested did the trick. Still having the problem of
the #VALUE error down my entire -I- column and my totals for my -I- column
will not calculate in assigned cell. =SUM(I1:I30)

Question: The original formula that started all this is:
=IF(ISBLANK(A1),"",IF(A1<=49.95,12.48,A1*0.5))
The result is to show in B1.
The cell that totals row 1 has the formula: =SUM(H1+B1+C1+D1+E1+F1)
The cell that totals Column I has the formula: =SUM(I1:I30)
The result is to show in I31
Is there anything that seems odd about this or would cause I31 to not show
the results?
ADC76

"Andy_N1708 via OfficeKB.com" wrote:

Change formula to
=IF(ISBLANK(A1),0,IF(A1<=20,12,A1*0.5))

ADC76 wrote:
Hey Andy,
That formula works too. However, I seemed to have created another problem
by entering this formula. Here is the post that I replied to Jacob, but have
not heard back from him yet. Maybe you can help.

"Unfortunately it seems to be throwing of the calcuations of another cell
all together. I'm now getting a #VALUE error message in my totals cell on on
that row. That cell's formula is:
H1+B1+C1+D1+E1+F1
The results show in I1. Only when all cells are blank do I get the #VALUE
error. If data is entered in any cell of Row 1, the formulas work fine.
However, I have a cell at the bottom of column I that is to total all data in
that column, and that formula is not working at all. =SUM(I1:I30)
Thanks for your help."
ADC76

Use this code

[quoted text clipped - 11 lines]
Thanks,
ADC76


--
Message posted via http://www.officekb.com


 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Value a cell based on vlookup results robeck Excel Worksheet Functions 9 May 22nd 08 08:20 PM
Report row results based on the last data entry in a column par4724 via OfficeKB.com Excel Discussion (Misc queries) 2 March 27th 08 09:41 AM
Jump to cell based on cell results created by calendar control too JB Excel Discussion (Misc queries) 3 January 15th 08 08:18 PM
Making a Cell turn color based on results in another cell melaniem Excel Discussion (Misc queries) 6 January 11th 08 05:25 AM
=If() results based on cell color? Ken Peterson Excel Worksheet Functions 3 January 10th 06 02:21 PM


All times are GMT +1. The time now is 01:27 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"