View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Chip Pearson
 
Posts: n/a
Default only calculate if 100

In C19, use

=IF(B191000,B19+B19/SUM($B$19:B$26)*C16,"")


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com



"KJensen"
wrote in message
...

I'm working on a little proggie in excel.

C16 = Some number

B19:B26 = some numbers

C19 =B19+B19/SUM($B$19:B$26)*C16
C20 =B20+B20/SUM($B$19:B$26)*C16
..
C26 =B26+B26/SUM($B$19:B$26)*C16

Lets say that if I only wanted to run the calculations on
numbers 1000
?
Eg if B19 was 1200, then the calculations for C19 wouldn't be
carried
out. How do I do that?

Thanks in advance


--
KJensen
------------------------------------------------------------------------
KJensen's Profile:
http://www.excelforum.com/member.php...o&userid=34677
View this thread:
http://www.excelforum.com/showthread...hreadid=544440