Excelnoob1995
New Member
- Joined
- Jan 7, 2022
- Messages
- 1
- Office Version
- 365
- Platform
- MacOS
Hi,
I'm trying to make a column that will be used to inform a pivot table, however because the data sheet is populated by dates and not numbers, if i take data from both columns for the pivot table, there will be an overlap and inflation of resulting totals where both columns contain information. I think I need an ISNUMBER formula that will produce a text / result IF either column has information, or if they both do.
So it needs to do something like
IF CELL-A = (ISNUMBER) AND CELL-B = (ISNUMBER) THEN "YES"
IF CELL-A = (ISNUMBER) AND CELL-B = ("") THEN "YES"
IF CELL-A = ("") AND CELL-B = (ISNUMBER) THEN "YES"
IF CELL-A = ("") AND CELL-B = (I"") THEN ""
If anyone can help, this would be really great!
Kind regards,
I'm trying to make a column that will be used to inform a pivot table, however because the data sheet is populated by dates and not numbers, if i take data from both columns for the pivot table, there will be an overlap and inflation of resulting totals where both columns contain information. I think I need an ISNUMBER formula that will produce a text / result IF either column has information, or if they both do.
So it needs to do something like
IF CELL-A = (ISNUMBER) AND CELL-B = (ISNUMBER) THEN "YES"
IF CELL-A = (ISNUMBER) AND CELL-B = ("") THEN "YES"
IF CELL-A = ("") AND CELL-B = (ISNUMBER) THEN "YES"
IF CELL-A = ("") AND CELL-B = (I"") THEN ""
If anyone can help, this would be really great!
Kind regards,