Jan 11 2024 04:17 AM
I need assistance asap. I'm doing studies and the formulas I need to work with do not give an error they just hang there.
I'm using online Excel. I can copy the formula from the studies or type it in myself and the same errors are happening. The cell is white with dotted red lines around the border of the cell and you can see the formula but it does not equate. I have found through error and trial that ";" should be used instead of "," but even with that I can't finish this course. It's not the first time I have had problems with formulas and I just get told it must work and retype the formula.
Jan 11 2024 06:02 AM
Jan 11 2024 09:16 PM
Thank you for the reply. I followed all the the steps still no success.
the formula is =IF(AD2>300,”Large”,IF(AD2>100,”Medium”,IF(AD2>0,”Small”)))
I tried =IF(AD2>300,”Large”;IF(AD2>100,”Medium”;IF(AD2>0,”Small”)))
I'm at my wits end I been stuck 2 weeks and no one can help me. I can skip it but I have a Practical with the next week content but I'm ahead on the studies.
Jan 12 2024 01:32 AM - edited Jan 12 2024 05:52 AM
Three observations:
1) The numbers in column AD are left aligned, so these are probably texts. Can't really see if you used a comma or a point as the decimal separator. Formatting a text as a number will not resolve the issue. You need to enter the numbers in the correct local format.
2) And if that local format expects a decimal point, then the separator to be used between the arguments in a formula needs to be a comma. If the decimal is marked with a comma, you need to use semi-colons in the formulas stead. The red dotted line indicated that you have used the wrong separator.
3) When I copy your first formula to an Excel sheet in the on-line version I get italic quotation marks and a NAME error. When, I replace them with regular quotation marks and correct the numbers (see 1 above), the function works. Not correcting the numbers will always return Large, so you really need to fix that first. My set-up expects comma as the list separator, so no problem there. No red dots around the cell.
Jan 12 2024 04:03 AM
Jan 13 2024 11:01 PM
Jan 13 2024 11:11 PM
@mr_T665 Please have a look at the attached file and compare the quote marks with yours.
Jan 13 2024 11:16 PM