Logo 
Search:

MS Office Answers

Ask Question   UnAnswered
Home » Forum » MS Office       RSS Feeds
  Question Asked By: Norma Gonzales   on Jan 19 In MS Office Category.

  
Question Answered By: Hisa Yoshida   on Jan 19

you will have to show us how you use it, and what incorrect
results you get on what data.

If I have the following data: Cell A1 = -4, and cell B1 = ABS(A1) = 4.

In VBA, Range("B1").value = Abs(Range("A1").value) will give you the
same result.

Worksheetfunction.abs(expression) is not a supported function. For more
information, also type in abs  in the VBE search box, look at the Abs
function search result for possible errors.

Share: 

 

This Question has 1 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on ABS function in Excel Or get search suggestion and latest updates.


Tagged: