Jewells0905
New Member
- Joined
- Mar 10, 2024
- Messages
- 42
- Office Version
- 365
- Platform
- Windows
- MacOS
Hi,
I am having so much trouble learning how to properly combine multiple functions/arguments into one functioning formula. There are three types of problems in Columns A:D, NULL values, #N/A values, and blank cells. I need all of these to be turned into #N/A values, and have been directed to do so using the IFS function. Here is the formula I am trying, but I keep getting a parse error with this. =IFS(ISNA(A2), OR(ISBLANK(A2), (ISERR(A2), "#N/A"))). I have also tried =IFS(OR(ISNA(A2), (ISBLANK(A2), (ISERR(A2), "#N/A"))), with the same error. And =IFS(OR(ISNA(A2), ISBLANK(A2), ISERR(A2), "#N/A")), which has given me the #N/A error, stating not enough arguments. I am not able to upload a mini sheet, but below is a shot of part of the sheet I am working with. Any help is appreciated.
I am having so much trouble learning how to properly combine multiple functions/arguments into one functioning formula. There are three types of problems in Columns A:D, NULL values, #N/A values, and blank cells. I need all of these to be turned into #N/A values, and have been directed to do so using the IFS function. Here is the formula I am trying, but I keep getting a parse error with this. =IFS(ISNA(A2), OR(ISBLANK(A2), (ISERR(A2), "#N/A"))). I have also tried =IFS(OR(ISNA(A2), (ISBLANK(A2), (ISERR(A2), "#N/A"))), with the same error. And =IFS(OR(ISNA(A2), ISBLANK(A2), ISERR(A2), "#N/A")), which has given me the #N/A error, stating not enough arguments. I am not able to upload a mini sheet, but below is a shot of part of the sheet I am working with. Any help is appreciated.
Food Name | Scientific Name | Group | Subgroup | Food Name | Scientific Name | Group | Subgroup | |
Angelica | Angelica keiskei | Herbs and Spices | Herbs | #N/A | ||||
Savoy cabbage | Brassica oleracea var. sabauda | Vegetables | Cabbages | |||||
Silver linden | Tilia argentea | Herbs and Spices | Herbs | |||||
Kiwi | #N/A | Fruits | Tropical fruits | |||||
Allium (Onion) | Allium | Vegetables | Onion-family vegetables | |||||
Garden onion | Allium cepa | #N/A | ||||||
Leek | Allium porrum | Vegetables | Onion-family vegetables | |||||
Garlic | Allium sativum | Herbs and Spices | Herbs | |||||
Chives | Allium schoenoprasum | Herbs and Spices | Herbs |