rfletcher35
Active Member
- Joined
- Jul 20, 2011
- Messages
- 300
- Office Version
- 365
- Platform
- Windows
I have the following figures below
Namex2 Namex3 Namex4 Column3
<tbody>
</tbody>
I have the following code in column 3 on the row where it has 29.5
=IF([@[NAME x3]=]=>0,[@[NAME x3]],IF([@[NAME x4]=]=>0,[@[NAME x4]],[@NAMEx2]))
Basically I'm wanting it to look at the 3 columns if name 3 or 4 has something in then put that figure, if not put the figure in under name 2
Why isn't working it looks correct?
Fletch
Namex2 Namex3 Namex4 Column3
21.25 | |||
21.5 | 29.5 | 29.5 | |
6.25 | |||
14.5 | |||
31.75 | |||
12.5 | |||
16.5 | |||
11.75 | |||
10.75 | 27.25 | ||
35.75 | |||
8.75 |
<tbody>
</tbody>
I have the following code in column 3 on the row where it has 29.5
=IF([@[NAME x3]=]=>0,[@[NAME x3]],IF([@[NAME x4]=]=>0,[@[NAME x4]],[@NAMEx2]))
Basically I'm wanting it to look at the 3 columns if name 3 or 4 has something in then put that figure, if not put the figure in under name 2
Why isn't working it looks correct?
Fletch
Last edited: