MrDB4Excel
Active Member
- Joined
- Jan 29, 2004
- Messages
- 341
- Office Version
- 2013
- Platform
- Windows
Some of the columns have me stumped. As you can see by the ISBLANK, ISERROR & other functions in columns A, I, J, K, L, M, N, O, & P that if a result is null then the cell is blank. I can’t seem to get these same functions to work as needed in columns B, C, D, E, F, G, & H.
Any help will be much appreciated. You will notice I have 2 entries regarding the Xl2bb that represent sheets Outlook Results and OutlookSortByName.
Any help will be much appreciated. You will notice I have 2 entries regarding the Xl2bb that represent sheets Outlook Results and OutlookSortByName.
Cell Formulas | ||
---|---|---|
Range | Formula | |
A4:A22 | A4 | =IF(ISBLANK(OutlookSortByName!$A2)," ",(OutlookSortByName!$A2)) |
B4:B22 | B4 | =IF(A4="","",INT(A4)) |
C4:C22 | C4 | =IF(A4="","",A4 - INT(A4)) |
D4:D22 | D4 | =IF(C4="","",MROUND(C4,"0:1")) |
E4:E22 | E4 | =D4 |
F4:F22 | F4 | =IF(HOUR($E4)=0,"",(HOUR($E4))) |
G4:G22 | G4 | =IF(MINUTE($E4)=0,"",(MINUTE($E4))) |
H4:H22 | H4 | =IF(SECOND($E4)=0,"",(SECOND($E4))) |
I4:I22 | I4 | =IF(ISBLANK(OutlookSortByName!$B2)," ",(OutlookSortByName!$B2)) |
J4:J22 | J4 | =IF(ISBLANK(OutlookSortByName!$C2)," ",(OutlookSortByName!$C2)) |
K4:K22 | K4 | =IF(ISBLANK(OutlookSortByName!$E2)," ",(OutlookSortByName!$E2)) |
L4:L22,N4:N22 | L4 | =IF(ISBLANK($I4)," ",($I4)) |
M4:M22 | M4 | =IF(ISERROR(DATEVALUE(A4))," ",(DATEVALUE(A4))) |
O4:O22 | O4 | =IF(OR(N4="dodge",N4="Codger"),K4,"") |
P4:P22 | P4 | =IF(O4<>"",COUNTA($O$4:O4),"") |
Named Ranges | ||
---|---|---|
Name | Refers To | Cells |
OSBN | =OFFSET(OutlookSortByName!$A$2,0,0,COUNTA(OutlookSortByName!$A:$A) - 1,COUNTA(OutlookSortByName!$1:$1)) | A4 |
Conversations with Roger Caymin-2021.xlsx | |||||||
---|---|---|---|---|---|---|---|
A | B | C | D | E | |||
1 | ReceivedTime | SenderName | subject | To | Doc # | ||
2 | 10/11/2021 10:45:30 | dodge | Re: FW: Premium TRUE 1425: License to Kill | Codger | 959 > | ||
3 | 10/11/2021 10:47:26 | dodge | Re: 12th Grade High School & This and that | Codger | 960 > | ||
4 | 10/11/2021 12:12:08 | dodge | Re: Pineapples | Codger | 962 > | ||
5 | 10/11/2021 13:23:11 | dodge | posting | Codger | 964 > | ||
6 | 10/11/2021 09:31:02 | Codger | 12th Grade High School & This and that | dodge | 957 > | ||
7 | 10/11/2021 09:49:02 | Codger | FW: Premium TRUE 1425: License to Kill | dodge | 958 > | ||
8 | 10/11/2021 11:08:11 | Codger | Pineapples | dodge | 961 > | ||
9 | 10/11/2021 12:31:05 | Codger | Beach Boys | dodge | 963 > | ||
10 | |||||||
11 | |||||||
12 | |||||||
13 | |||||||
14 | |||||||
15 | |||||||
16 | |||||||
17 | |||||||
18 | |||||||
19 | |||||||
20 | |||||||
OutlookSortByName |