John Caines
Well-known Member
- Joined
- Aug 28, 2006
- Messages
- 1,155
- Office Version
- 2019
- Platform
- Windows
Hello All,
Houston, we have a problem!
I've tried to create a spreadsheet that shows some price earnings projections
over the year.
I've managed to get it working ok (My excel formula knowledge is very limited),
but I think all is ok.
Thing is;
I want to add a few advanced features to it, and have the results reflected
into another table alongside the original.
easier if I upload my spreadsheet really,,, here it is;
It's excel 2010 version;
http://tinyurl.com/69j6shj
There are 4 cells I'm trying to make work, and to be honest, I don't know
how and could really need some help.
1. Cell S6
2. Cell S15
3. Cell S18
4. Cell S21
Hopefully if you open the spreadsheet it should make sense what I'm looking to do.
For now, I'll just mention Cell S6, ie,, 1 step at a time
In cell S6 someone would enter a £ amount as a kind of cap (It's actually a daily
target figure).
This relates to formulas from cell's AA38:AA288
At the moment Cell AA38 says;
As a note Z38 is a starting account equity amount, ie £10,000
Cell AA37 is a Daily profit goal %
So, what I need the formula to say for example in cell AA38 is;
If the amount returned is equal to or more than cell S6, then only display
the S6 amount.
If it's less than the data in S6,, its ok.
(At least I think that's what I need
I did try a couple of guesses, but nothing worked,ie;
just shows the word FALSE.
Can anyone help me with this please.
I'd really like to get this to work, but I just don't know how.
Again, here's the link to my spreadsheet
http://tinyurl.com/69j6shj
Many thanks for all your time.
Best regards
john
PS, I know I didn't mention cells S15,S18,S21,, but I thought it was
best just to get over this hurdle 1st
Again many thanks to you all
Houston, we have a problem!

I've tried to create a spreadsheet that shows some price earnings projections
over the year.
I've managed to get it working ok (My excel formula knowledge is very limited),
but I think all is ok.
Thing is;
I want to add a few advanced features to it, and have the results reflected
into another table alongside the original.
easier if I upload my spreadsheet really,,, here it is;
It's excel 2010 version;
http://tinyurl.com/69j6shj
There are 4 cells I'm trying to make work, and to be honest, I don't know
how and could really need some help.
1. Cell S6
2. Cell S15
3. Cell S18
4. Cell S21
Hopefully if you open the spreadsheet it should make sense what I'm looking to do.
For now, I'll just mention Cell S6, ie,, 1 step at a time

In cell S6 someone would enter a £ amount as a kind of cap (It's actually a daily
target figure).
This relates to formulas from cell's AA38:AA288
At the moment Cell AA38 says;
Code:
=IF(COUNTBLANK($AA$6:$AA$7),"",Z38*$AA$37)
As a note Z38 is a starting account equity amount, ie £10,000
Cell AA37 is a Daily profit goal %
So, what I need the formula to say for example in cell AA38 is;
If the amount returned is equal to or more than cell S6, then only display
the S6 amount.
If it's less than the data in S6,, its ok.
(At least I think that's what I need

I did try a couple of guesses, but nothing worked,ie;
Code:
=IF(COUNTBLANK($AA$6:$AA$7),"", IF(Z38*$AA$37>=S6,S6))
Can anyone help me with this please.
I'd really like to get this to work, but I just don't know how.
Again, here's the link to my spreadsheet
http://tinyurl.com/69j6shj
Many thanks for all your time.
Best regards
john
PS, I know I didn't mention cells S15,S18,S21,, but I thought it was
best just to get over this hurdle 1st

Again many thanks to you all