~Rachelle~
New member
- Local time
- Today, 03:44
- Joined
- Jan 12, 2014
- Messages
- 4
I am a major rookie sorting my way thru here... I would deeply appreciate any assistance I can get on my report.
What I would like to do is add two fields together and then if the result is more than 245, have it return 245. If it is less than 245, have it return the true value.
Here is what I'm trying to put in the footer (and is not working)
=Sum(IIf([Wk 2 Total]+[H2]>245,"245",[Wk 2 Total]+[H2]))
Wk 2 Total + H2 is 255... and it is returning 255 using the above.
Thank you in advance.
What I would like to do is add two fields together and then if the result is more than 245, have it return 245. If it is less than 245, have it return the true value.
Here is what I'm trying to put in the footer (and is not working)
=Sum(IIf([Wk 2 Total]+[H2]>245,"245",[Wk 2 Total]+[H2]))
Wk 2 Total + H2 is 255... and it is returning 255 using the above.
Thank you in advance.