#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 25
Default combining formulas

Hi,

I'm using a formula to add a series of values but need to add a rounding
function to the result so that I can reduce the number of calculated fields
in a spreadsheet.

The formulas I want to combine a

=IF((SUM(E7:E19)-E8)<=0.1,,(SUM(E7:E19)-E8)) -- this result is displayed in
cell E92

=IF(E92/$C$143<=0.1,, CEILING(E92/$C$143,0.1))

Anyone know how to get the rounding to fit into the first formula? I can't
seem to get away from the circular reference, and when I try to nest the
formulas I get a series of errors...

Help. Many thanks. Sherri
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,047
Default combining formulas

Hi Sherri, try to substitute the E92 on the second formula for the 1st
formula you have.

eg.

=IF(IF((SUM(E7:E19)-E8)<=0.1,,(SUM(E7:E19)-E8))/$C$143<=0.1,,
CEILING(IF((SUM(E7:E19)-E8)<=0.1,,(SUM(E7:E19)-E8))/$C$143,0.1))

hth
regards from Brazil
Marcelo


"Sherri" escreveu:

Hi,

I'm using a formula to add a series of values but need to add a rounding
function to the result so that I can reduce the number of calculated fields
in a spreadsheet.

The formulas I want to combine a

=IF((SUM(E7:E19)-E8)<=0.1,,(SUM(E7:E19)-E8)) -- this result is displayed in
cell E92

=IF(E92/$C$143<=0.1,, CEILING(E92/$C$143,0.1))

Anyone know how to get the rounding to fit into the first formula? I can't
seem to get away from the circular reference, and when I try to nest the
formulas I get a series of errors...

Help. Many thanks. Sherri

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 25
Default combining formulas

Amazing (and so fast!). I should have come here first instead of banging my
head against the wall for two days :)

Thanks so much!

Cheers.
Sherri

"Marcelo" wrote:

Hi Sherri, try to substitute the E92 on the second formula for the 1st
formula you have.

eg.

=IF(IF((SUM(E7:E19)-E8)<=0.1,,(SUM(E7:E19)-E8))/$C$143<=0.1,,
CEILING(IF((SUM(E7:E19)-E8)<=0.1,,(SUM(E7:E19)-E8))/$C$143,0.1))

hth
regards from Brazil
Marcelo


"Sherri" escreveu:

Hi,

I'm using a formula to add a series of values but need to add a rounding
function to the result so that I can reduce the number of calculated fields
in a spreadsheet.

The formulas I want to combine a

=IF((SUM(E7:E19)-E8)<=0.1,,(SUM(E7:E19)-E8)) -- this result is displayed in
cell E92

=IF(E92/$C$143<=0.1,, CEILING(E92/$C$143,0.1))

Anyone know how to get the rounding to fit into the first formula? I can't
seem to get away from the circular reference, and when I try to nest the
formulas I get a series of errors...

Help. Many thanks. Sherri

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,047
Default combining formulas

thanks for the feedback

glad to help
regards from Brazil
Marcelo

"Sherri" escreveu:

Amazing (and so fast!). I should have come here first instead of banging my
head against the wall for two days :)

Thanks so much!

Cheers.
Sherri

"Marcelo" wrote:

Hi Sherri, try to substitute the E92 on the second formula for the 1st
formula you have.

eg.

=IF(IF((SUM(E7:E19)-E8)<=0.1,,(SUM(E7:E19)-E8))/$C$143<=0.1,,
CEILING(IF((SUM(E7:E19)-E8)<=0.1,,(SUM(E7:E19)-E8))/$C$143,0.1))

hth
regards from Brazil
Marcelo


"Sherri" escreveu:

Hi,

I'm using a formula to add a series of values but need to add a rounding
function to the result so that I can reduce the number of calculated fields
in a spreadsheet.

The formulas I want to combine a

=IF((SUM(E7:E19)-E8)<=0.1,,(SUM(E7:E19)-E8)) -- this result is displayed in
cell E92

=IF(E92/$C$143<=0.1,, CEILING(E92/$C$143,0.1))

Anyone know how to get the rounding to fit into the first formula? I can't
seem to get away from the circular reference, and when I try to nest the
formulas I get a series of errors...

Help. Many thanks. Sherri

Reply
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
Combining formulas Krista Excel Discussion (Misc queries) 11 June 27th 06 03:13 AM
how can i get formulas in excel to copy and paste? bman Excel Worksheet Functions 1 October 3rd 05 04:15 PM
Array Formulas take waaaay too long... belly0fdesire Excel Worksheet Functions 7 August 8th 05 10:11 PM
calculating formulas for all workbooks in a folder Chad Excel Worksheet Functions 3 November 13th 04 05:22 PM
combining countif formulas Liz G Excel Worksheet Functions 3 November 1st 04 09:34 PM


All times are GMT +1. The time now is 05:41 PM.

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

About Us

"It's about Microsoft Excel"