#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 347
Default Complicated Formula

Excel 2007
I am looking for a formula to do the following;
When the contence in cell D3 is changed, it adds a number to one of the
following cells, (E3 to P3), if the number shows up in cells G3, H3, I3, J3,
K3, M3, N3, O3, OR P3, then cell Q3 = the sum of one of the above, (whichever
one has the number in it), x Q2
If the number shows up in E3, F3 OR L3, then Q3 must remain blank.
I already have the forumla to add the numbers in the cells, I am only
looking for the formula to enter in cell Q3
If cell D3 changes to 3A, 6A or SS, cell Q3 remains blank. If cell D3
changes to any one of the following; 3G, 4G, 5G, 6G, 6L, 3T, 4T, 5T or 6T,
cell Q3 = the sum of whatever cell is showing the number x Q2
I hope I have explained this correctly, it's the same formula, just
explained twice.

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,203
Default Complicated Formula

I'm focusing on the part of your explanation that says:
"If cell D3 changes to 3A, 6A or SS, cell Q3 remains blank. ..."
I am also assuming that those entries, plus 3G, 4G, 5G, 6G, 6L, 3T, 4T, 5T
and 6T are the only other possible values that can appear in D3.

If I'm wrong about those assumptions, let us know.

But this should work in those circumstances as a formula for Q3:
=IF(OR(D3="3A",D3="6A",D3="SS"),"",([your formula here])*Q2)

Where you replace the [your formula here] within those parenthesis with the
formula you say you have for getting the sum of the other cells needed to be
multiplied by the contents of Q2.


"George" wrote:

Excel 2007
I am looking for a formula to do the following;
When the contence in cell D3 is changed, it adds a number to one of the
following cells, (E3 to P3), if the number shows up in cells G3, H3, I3, J3,
K3, M3, N3, O3, OR P3, then cell Q3 = the sum of one of the above, (whichever
one has the number in it), x Q2
If the number shows up in E3, F3 OR L3, then Q3 must remain blank.
I already have the forumla to add the numbers in the cells, I am only
looking for the formula to enter in cell Q3
If cell D3 changes to 3A, 6A or SS, cell Q3 remains blank. If cell D3
changes to any one of the following; 3G, 4G, 5G, 6G, 6L, 3T, 4T, 5T or 6T,
cell Q3 = the sum of whatever cell is showing the number x Q2
I hope I have explained this correctly, it's the same formula, just
explained twice.

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
Complicated Formula Mark B. Excel Worksheet Functions 5 December 30th 07 09:08 PM
Need help doing complicated formula mrl Excel Worksheet Functions 10 October 31st 07 10:14 PM
complicated formula help chris quinn Excel Worksheet Functions 0 September 26th 07 01:14 PM
I have a complicated formula that I need SERIOUS help with please! Thrlckr Excel Discussion (Misc queries) 6 January 12th 07 08:12 PM
complicated if then formula...need help LincAg Excel Discussion (Misc queries) 3 May 25th 06 06:19 PM


All times are GMT +1. The time now is 11:16 PM.

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"